Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to create a dynamic menu based on the data stored in database file.

for eg:
if i have a database table right_master and the field as:
SQL
|RoleName|    |FormName|    |FormName|    |MenuName|    |DisplayName|    |MenuID|

SQL
Admin        frmTestForm    TestForm      mnuMasters     Masters         0

SQL
Admin        frmTestForm1   TestForm1     mnuMasters     Masters         0


How can i create dynamic menu like:
Masters
-->TestForm
-->TestForm1
Posted

1 solution

Take a look at this article: C# Creating Dynamic Menus[^].
 
Share this answer
 
Comments
Aniket Yadav 8-Feb-12 8:08am    
This Is What I Want... Thanks Richard
Richard MacCutchan 8-Feb-12 8:15am    
Happy to help. It was an easy find with Google.
Aniket Yadav 8-Feb-12 8:17am    
:-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900