ChangePassword control not showing failure message
Setting e.Cancel = true on the ChangingPassword event, fired from a
ChangePassword control, does not show its failure message.
Do I have to use a MembershipProvider, or is there a way to simply use this
control by handing events? If I can't show the failure message on demand
it's kind of useless.
Paul
Re: ChangePassword control not showing failure message
See if this is relevant to you:
Resetting ChangePassword control
http://msmvps.com/blogs/egoldin/archive/2007/10/30/reseting- changepassword-control.aspx
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"PJ6" <noone [at] nowhere.net> wrote in message
news:OUMm3o$mIHA.5704 [at] TK2MSFTNGP05.phx.gbl...
> Setting e.Cancel = true on the ChangingPassword event, fired from a
> ChangePassword control, does not show its failure message.
>
> Do I have to use a MembershipProvider, or is there a way to simply use
> this control by handing events? If I can't show the failure message on
> demand it's kind of useless.
>
> Paul
>