What is microsoft ole db provider for sql server?
How can we load multiple tables in a dataset?
What do you know about ADO.NET's objects and methods?
What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?
How to creating a SqlCommand Object?
What are the advantages of oledb compared with other classes?
What is disconnected scenario in entity framework?
Explain the different row versions available in table?
What is the provider and namespaces being used to access oracle database?
What do you mean by performing asynchronous operation using command object?
What are the ado.net connection pooling parameters?
Which is the best institute in navi mumbai to learn DotNet
i have two textboxes one for user name and another for password . i have a table name compare(which contains name,passwod etc.,)my doubt is how compare username textbox with name column and how compare password textbox with passwod column. i want the code