Why edit is not possible in repeater?
What do you know about ado.net's methods?
Which are the different IsolationLevels ?
What are the classes in System.Data.Common Namespace?
What is the maximum pool size in ado.net connection string?
What providers does Ado.net uses?
Describe ado.net object model in detail.
What is the namespaces being used to access oracle database?
How you will set the datarelation between two columns?
What is the use of SqlCommand object?
Explain the ADO . Net Architecture ?
How to get the new oledb connection of oracle in database programming?
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