ASP.NET Menu control

I

iHavAQuestion

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.
 
C

clintonG

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

<%= Clinton Gallagher
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top