I code in C# (ASP.NET) and am using Forms authentication. I would like to know which is the best method to change a user password without using the asp:ChangePassword c
Assuming you are using the ASP.NET security thingies.
System.Web.Security.MembershipProvider.ChangePassword method