create a dynamic TreeView Menu with user roles

  • Thread starter Thread starter naijacoder naijacoder
  • Start date Start date
N

naijacoder naijacoder

Hi All,
Any ideas on how to create a dynamic TreeView Menu with user
roles.For example binding XML to Treeview or populated from DataBase..
Thx
 
The easiest method is to filter the data, by roles, when you get it from the
database and cache for a certain role (to avoid having to get the different
menus each time).

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Thx for the reply Gregory!
Do you have any online articles or resource u can forward to
HELP?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top