I create a register page for my web application. The application require that after user successfully register a new account, the page will show a message \"Register successfull
Only meta tag is enough to redirect to another page
ad meta tag dynamically
Response.AddHeader("REFRESH", "5;URL=~/account/login");
This code will ad a meta tag to current page and your page will redirect to another page in specified time like above.