Domanda

I am trying to customize the create user Wizard control in asp. What it does is redirecting me to a continue page after creating the user, but I want a custom page to be displayed after creating a page.... What can I do?

È stato utile?

Soluzione

Handle CreatedUser event and then Response.Redirect()

or play with control's properties:

ContinueDestinationPageUrl Gets or sets the URL of the page that the user will see after clicking the Continue button on the success page.

FinishDestinationPageUrl Gets or sets the URL that the user is redirected to when they click the Finish button.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top