Hi, How can I redirect from one page to anothe in an specific view from a multiview control? How do I do this in ASP. NET using C#?
For ex:
For ex:
Code:
prtected void Button_Click(object sender, EventArgs e)
{
Response.Redirect(Registration.aspx?MultiView.ActiveViewIndex=" +3);
}
Comment