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 sorting in c#?
Can interface have virtual methods in c#?
Compare and contrast between the System.Array.CopyTo() and Clone()?
What are async and await?
Constructor to an arbitrary base constructor?
Explain About a class access specifiers and method access specifiers.
What is difference between ienumerable and enumerable in c#?
can you create a function in c# which can accept varying number of arguments
What is a must for multitasking
Can firstordefault return null?
What is namespace give the example?
Is stringbuilder thread safe 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)