How to display label, wait 10 seconds and then redirect to aspx page?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
 
Hi
I have a registration page which takes user input data. After pressing submit button and form sent, it will display a label under the submit form to say "you are registered successfully".
And then, it will stay for 10 seconds and redirect to another aspx page.
I do not know how to write the code to hold the page for 10 seconds.
I use C#

View the full article
 
Back
Top