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 - 30 Apr 2008 04:41 GMT
Your using the wrong control. The Menu control is intended for navigation.
To lead a user through "steps" use the Wizard Control.
<%= Clinton Gallagher
>I am working with a asp.net Menu control which has 3 tab controls
>
[quoted text clipped - 10 lines]
>
> Any one plz help me out.