ChangePassword control without provider

Posted by EugeneK on Stack Overflow See other posts from Stack Overflow or by EugeneK
Published on 2010-03-17T01:54:01Z Indexed on 2010/03/17 3:11 UTC
Read the original article Hit count: 398

Hello,

Is there a way to make ChangePassword control work without Membership provider? Like the same way Login control works through an Authenticate event, could I make this component to use my password changing function and then showing success view without me writing custom provider?

Thanks, Eugene.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-membership