Thursday, March 29, 2012

Setting Privileges

Hi everyone,

I am working on creating a web-based system to keep track of medical records..
i need to know how to set privileges to each user will access my system.. some of them might see one page only others might access the whole system.. how can i do that in asp.net??

VB.NET/ASP.NET

Regards,
NinaThere should be a table which contains the userlevels listed out, and the members/username table would obviously contain each user's userlevel.

Now, to control page access, you could perform a check in the page load event itself (simplest way), but there are more complex, but efficient methods using base pages. I am not sure what your current architecture is.

0 comments:

Post a Comment