ChangePassword control not showing failure message

ChangePassword control not showing failure message

am 11.04.2008 19:33:55 von The other Mike

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

am 13.04.2008 12:04:55 von Eliyahu Goldin

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" wrote in message
news:OUMm3o$mIHA.5704@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
>