it is very simple to redirect your webpage to another webpage or just to another website just copy the below code in the event where you want to use.
code for aspx.cs
code for aspx.cs
Response.Redirect("mypage.aspx");
Tags:
asp.net