2 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for Twistar

Hi, i need to get a users password from my database. I ask the user to enter his username in my textbox called txtUsername and his password in txtPassword. Then I try to use LinQ to sql to get the password. My Code: [CODE]public string GetPasswordHash() { var varPasswordHash = …

0
71
Member Avatar for judithSampathwa

i have a employee class and a userlogin class in the mdf file. there is an foreign key between the employee and the userlogin tables. the EID in the Employee class is in the uesrlogin class which is a foreign key in the userlogin. but when i try to access …

0
77

The End.