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 |
What is attribute and reflection in c#?
Is system a class in c#?
Why do we need indexer in c#?
Can we inherit private members of class in c#?
What is boxing & unboxing?
What is writeline in c#?
Can multiple inheritance implemented in c# ?
How many types of delegates are there in c#?
What is a base class in C#?
0 Answers TryTechnicals Pvt Ltd,
What are iterators?
What is the difference between C# 3.5 and C# 4.0?
Which is better interface or abstract class in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)