Menu security

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am facing a problem :
I would like to have the mainmenu specialized for every user of an app.
That means every user must have or not access to the specified menu or sub
menu.
My idea is to store the menu in a table and give the appropriate permission
for every item for the underling user or template.(enabled or disabled)
I searched the properties of the menuitems and I didn’t find any property
that will identify the menu with a unique manner. (Maybe the index but it
seams to not be a good idea)
Do you thing that i must store it as a xml in a Sql server table ?

Thanks in advance
Greg.
 
Hi,

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/vbnet02122002.asp

Ken
------------------
I am facing a problem :
I would like to have the mainmenu specialized for every user of an app.
That means every user must have or not access to the specified menu or sub
menu.
My idea is to store the menu in a table and give the appropriate permission
for every item for the underling user or template.(enabled or disabled)
I searched the properties of the menuitems and I didn't find any property
that will identify the menu with a unique manner. (Maybe the index but it
seams to not be a good idea)
Do you thing that i must store it as a xml in a Sql server table ?

Thanks in advance
Greg.
 
Hi,

You can data bind to the menus enabled property and store the data
in either xml or a sql server database.

Ken
 
Thanks a lot Ken.

Ken Tucker said:
Hi,

You can data bind to the menus enabled property and store the data
in either xml or a sql server database.

Ken
-------------------
Ken ,
I did not find any relate about my issue.

Thanks
 

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