Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,
I have the menu in my application which retrieves the menu names from the database(dbo.tbl_MenuTable) when I run the application.
But I want to display the same menu names dynamically(before running the application).

I should not hardcode the names in menu items.. Instead, they should be displayed from the database table.

I guess, its possible only through xml.. So, First, I am getting all the records from database to an XML file using C# code.

Can any one please suggest me how to make use of that XML file to make the menu names dynamic?


Regards,
Posted

1 solution

 
Share this answer
 

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