M
Mong
Hi,
I've developed an ASP.net application for an intranet site. Users will
be identified using Windows authentication and they will belong to one
of two roles, Admin or Users. The application uses frames with a
contents frame down the left which at the moment consists of html
tables with a href in each one which will show the appropriate page in
the main frame. Nothing too fancy.
Now, what I want to do is only show the appropriate table items in the
left frame depending on which role the user belongs to. For example if
they're in the Users role then show just a few table items but if they
belong to the Admin role then show all the items.
So my question is, what is the best way to do this? At the moment the
contents frame is just a static html page. For what I want to do, do I
need to make it an aspx page and use asp labels toggling their visible
property?
This is my first ASP.net project coming from a VB6/SQL Server
background so I'm learning along the way. Thanks for any help.
Regards,
Mong
I've developed an ASP.net application for an intranet site. Users will
be identified using Windows authentication and they will belong to one
of two roles, Admin or Users. The application uses frames with a
contents frame down the left which at the moment consists of html
tables with a href in each one which will show the appropriate page in
the main frame. Nothing too fancy.
Now, what I want to do is only show the appropriate table items in the
left frame depending on which role the user belongs to. For example if
they're in the Users role then show just a few table items but if they
belong to the Admin role then show all the items.
So my question is, what is the best way to do this? At the moment the
contents frame is just a static html page. For what I want to do, do I
need to make it an aspx page and use asp labels toggling their visible
property?
This is my first ASP.net project coming from a VB6/SQL Server
background so I'm learning along the way. Thanks for any help.
Regards,
Mong