Define encapsulation?
What is the compiler of c#?
when data member or member function is static is acess specifier is considered??
How more than one version of an assembly can keep in same place?
What is transparent caching with aop ?
What is iqueryable in c#?
What is mvc pattern in c#?
What is part of a method signature in c#?
What is string in c# net?
Why is .net so popular?
What is an assembly qualified name
What is method and function in c#?
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...