hi,
im posting my requirements here,your suggestions are very much appreciated .
since im new to ajax tool kit im not much familiar about most of the controls,
could anyone can suggest me to use appropriate controls for my query?
in my system i have nearly 100+ forms,and different categories of users
.normally once new user is created,admin have to give access rights for the forms to new user.
now the admin doing this by using a form which got list of all the forms in my projects witha check box,
so admin have to manually check the appropriate name of the form for diff catagories of user and save it.
now the problem starts here,wen user create new forms then this access rights page need to be modified to add check box
control with new form name and data base need to modify to add new form name and access rights,
how can i make it automatically,meaning once i create new form,the form related info must add to access right
page with chk box, and also in data base
Thanks for any reply
Hi,
In my opinion, it's hard to fulfill your requirement by simply recommending a control. It's more about the design of your application.
My suggestion is you may consider using Role-Based access control.
The general idea is:
1. define several roles
2. define access privileges for each role
3. assign a role to each user
So that you just need to modify privileges for a single role and changes will be applied to all users with this role.
Please refer to this article for more information: http://www.4guysfromrolla.com/webtech/121901-1.shtml
NOTE:This response contains a reference to a third partyWorld Wide Web site. Microsoft is providing this information as a convenienceto you. Microsoft does not control these sites and has not tested any softwareor information found on these sites; therefore, Microsoft cannot make anyrepresentations regarding the quality, safety, or suitability of any softwareor information found there. There are inherent dangers in the use of anysoftware found on the Internet, and Microsoft cautions you to make sure thatyou completely understand the risk before retrieving any software from theInternet.
Hope this helps.
No comments:
Post a Comment