Hi,
I've made an login page in asp.net, where a user logins and redirected to the page according to his permissions. Now, instead to write the permission code / verify the user's permission on each and every page, I wrote the code in the class named userpermission class. But when i try to run my web application, its showing me an error
"Object reference not set to an instance of an object."
Following is the code written in class
Public Class userpermissions : Inherits System.Web.UI.Page Go to the complete details ...