i have a table named login in mysql database containing
(empid,fname,lname,mobno,emailid,usrname,usrpwd)
i have 2 textboxes in which i enter my username and pwd..so
based on what is entered in those textboxes it should
retreive all other details of dat username in the remaining
6 textboxes..i want the code for this...
Answer / arush
SELECT empid,fname,lname,mobno,emailid FROM login where
usrname ='Textbox1.Text' and usrpwd ='Textbox2.Text';
Is This Answer Correct ? | 6 Yes | 0 No |
Why do we need oops in c#?
What is the difference between dynamic type variables and object type variables in c#?
Why do canadians say zed?
Why is main static in c#?
What is readline c#?
If you want to write your own dot net language, what steps you will u take care?
Can an interface inherit an interface
Why do we need constructors?
What is the difference between icomparer and icomparable in c#?
What are collection classes?
What is array? What are jagged array ?
What is property c#?