Question : How do I add a "change your password" page in a dot net framework

I have been assigned to create a "change your password" page for a dot net shopping cart framework.  I have very little experience with dot net.  I realize I need to access the database, confirm the current password, and then assign a new one in the database, but I have no idea how to accomplish this.  

Any help would be appreciated

Thanks in advance
FDM

Answer : How do I add a "change your password" page in a dot net framework

You should use the ChangePassword class:
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.changepassword.aspx
It contains explanations and sample code on how to do this task.
http://msdn.microsoft.com/en-us/library/ms178329.aspx
It is a login overview
http://www.aspcode.net/Storing-passwords-in-your-ASPNET-application-part-1-1.aspx
For explanation on how to store passwords in asp.net
Random Solutions  
 
programming4us programming4us