Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ASP.NET Menu control

0 views
Skip to first unread message

iHavAQuestion

unread,
Apr 29, 2008, 8:42:01 PM4/29/08
to
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

unread,
Apr 29, 2008, 11:41:15 PM4/29/08
to
Your using the wrong control. The Menu control is intended for navigation.
To lead a user through "steps" use the Wizard Control.

<%= Clinton Gallagher

"iHavAQuestion" <iHavAQ...@discussions.microsoft.com> wrote in message
news:0F9DCDC9-738A-4F41...@microsoft.com...

0 new messages