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
Answer Posted / sushil kumar
Follow blog AspMaterials.blogspot.com . Here login example from this you can understand.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a datareader and a dataset?
What is shadow copy?
How to check if a datareader is closed or opened? IsClosed()
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
Which parameter of ConnectionString is used to specify the name of the database?
What is the difference between oledb sql server and oledbdotnet provider?
What are disadvantages of microsoft-provided data provider classes in ado.net?
Can datareader hold data from multiple tables?
What is a control toolbox?
What are the core objects of ADO.NET?
What you mean by filtering of data?
Does executenonquery return a value?
What do you know about ado.net's objects?
What is the role of the dataset object in ado.net?
Do you use stored procedure in ado.net?