ASP.NET Menu control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?aUhhdkFRdWVzdGlvbg==?=

    ASP.NET Menu control

    I am working with a asp.net Menu control which has 3 tab controls

    <asp:Menu id="MenuId"
    <Items>
    <asp:MenuItem Tab1
    <asp:MenuItem Tab2
    <asp:MenuItem Tab3
    </Items>
    </asp:Menu>

    Each tab has a registration form with a save button.
    Once I click save button on tab1, How can I redirect to Tab2.

    Any one plz help me out.



  • clintonG

    #2
    Re: ASP.NET Menu control

    Your using the wrong control. The Menu control is intended for navigation.
    To lead a user through "steps" use the Wizard Control.

    <%= Clinton Gallagher

    "iHavAQuest ion" <iHavAQuestion@ discussions.mic rosoft.comwrote in message
    news:0F9DCDC9-738A-4F41-BA06-79271B9951CD@mi crosoft.com...
    >I am working with a asp.net Menu control which has 3 tab controls
    >
    <asp:Menu id="MenuId"
    <Items>
    <asp:MenuItem Tab1
    <asp:MenuItem Tab2
    <asp:MenuItem Tab3
    </Items>
    </asp:Menu>
    >
    Each tab has a registration form with a save button.
    Once I click save button on tab1, How can I redirect to Tab2.
    >
    Any one plz help me out.
    >
    >
    >

    Comment

    Working...