how to create xml menu
-
Hi all, i`m a visual foxpro developer and started to learn develop windows applications in C#. How i can create menu in XML and when user login to database (MSSQL), system will grant access to options based on user rights ? My idea is to create form for sys admin create users and rights by ticking Y for each options in system. Thanks, Jeff.
-
Hi all, i`m a visual foxpro developer and started to learn develop windows applications in C#. How i can create menu in XML and when user login to database (MSSQL), system will grant access to options based on user rights ? My idea is to create form for sys admin create users and rights by ticking Y for each options in system. Thanks, Jeff.
Hi, Follow the links below: Dynamically populating menu items from the database in ASP.NET[^] Populating Menu Control in ASP.NET 2.0 - using different data sources[^] Here is an overview: MSDN : ASP.NET Menu Control Overview [^] Here[^] is a small discussion. All the best.
Read the article "Table Valued Parameters". --Amit