Results 1 to 2 of 2

Thread: Setting Privileges

  1. #1

    Thread Starter
    Addicted Member NinaWilliam's Avatar
    Join Date
    May 2005
    Location
    @Home
    Posts
    133

    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,
    Nina

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Setting Privileges

    There 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width