Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Place menu after particular menu pad
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01183238
Message ID:
01183253
Vues:
20
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform