Here’s the table

Users

UserId
UserName
Password
EmailAddress

and the code..

public void ChangePassword(int userId, string password){
//code to update the password..
}

16 Answers
16

Leave a Reply

Your email address will not be published. Required fields are marked *