Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~132 People Reached
Favorite Forums
Favorite Tags
Member Avatar for FaresEid

So I created a custom generated file that lets me take the username and password. It is the following: public User GetUserByUserNamePassword(string userName, string Password) { return (_DatabaseContext.Users.FirstOrDefault(user => user.Username == userName && user.Password ==Password)); } In my log in page I have a webUserControl that contains two textboxes, one …

Member Avatar for BMXDad
0
132