Hai I have written a code for a hyperlink and now I need to redirect this page to another page,how can I do that?
HtmlAnchor htmlanchor = new HtmlAnchor();
htmlanchor.HRef = "#";
htmlanchor.InnerText = myLabel1.Text;
this.form1.Controls.Add(htmlanchor);