views or states of a passwordrecovery control

G

Guest

Hi group

Does anybody knows how can i tell what view is postingback using, for
example,
the asp:passwordRecovery control?

i know the names and the order which they postback:

1.- UserNameTemplate
2.- QuestionTemplate
3.- SuccessTemplate

I want to do something like this:

protected void Page_Load(object sender, EventArgs e)
{
if (? == "UserNameTemplate")
...
else if (? == "QuestionTemplate")
...
else if (? == "SuccessTemplate")
...

}

Thank you very much for your help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top