Click here to Skip to main content
15,918,706 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
how can write code for change password code with asp.net using ado.net and sql server?
Posted
Updated 11-Mar-12 22:59pm
v2
Comments
md.nezamuddin1983 12-Mar-12 4:56am    
C# change password code with asp.net using ado.net and sql server?
Herman<T>.Instance 12-Mar-12 7:38am    
what have you tried?

1 solution

Use the System.Data namespace and the SQLConnection object. Connect to SQL and then use SQLCommand object to run the SQL necessary.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900