How can I redirect from one page to anothe in an specific view from a multiview contr

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Liena
    New Member
    • Oct 2012
    • 1

    How can I redirect from one page to anothe in an specific view from a multiview contr

    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:
    Code:
    prtected void Button_Click(object sender, EventArgs e)
    {
    Response.Redirect(Registration.aspx?MultiView.ActiveViewIndex=" +3);
    }
    Last edited by zmbd; Oct 13 '12, 10:52 PM. Reason: Please format VBA, PHP, SQL, etc... using the <CODE/> button. thnx
  • CroCrew
    Recognized Expert Contributor
    • Jan 2008
    • 564

    #2
    This should be moved to the "ASP.NET" topics section.

    Comment

    Working...