Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top