Hi everyone,
I'm using ASP.NET & VB for programming.
The problem is restricting the users based on the user types.
I've several user types, like Admin, Student, Parent, Coordinator etc.
Each user type has having certain limitations of form usage.
For ex:
Admin - user is having full rights to add, delete, modify the contents.
Student - user is having only to view report & attendance, but no control to modify.
Depending on particular user type login, I've to display web page by enabling/disabling certain features. How to do this...?
I'm using ASP.NET & VB for programming.
The problem is restricting the users based on the user types.
I've several user types, like Admin, Student, Parent, Coordinator etc.
Each user type has having certain limitations of form usage.
For ex:
Admin - user is having full rights to add, delete, modify the contents.
Student - user is having only to view report & attendance, but no control to modify.
Depending on particular user type login, I've to display web page by enabling/disabling certain features. How to do this...?
Comment