Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Place menu after particular menu pad
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01183238
Message ID:
01183253
Views:
19
You can either add the menu items at runtime (in the constructor or in the load), or you can add the menu items at design time and enable/disable or make them non-visible at run-time in the Opening event handler.

I hope I understood what you mean, if not please explain further what you want to accomplish.

>Hi,
>I have menu as below:
>
>
----------------------------
>File     Modules       Help
>----------------------------
>         | Main       |
>         | Purchasing |
>          ------------
>
>When user click on Modules | Main, I want to show specific menus that only for main module.
>
>
-------------------------------------
>File     Modules     Setup   Help
>-------------------------------------
>                     | Country Code|
>                     | State Code  |
>                      -------------
>
>How to do this in .NET?
>
>Thank you
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform