Hi,
my users are assigned to groups and my aspx pages are accessible only for users belonging to a special group.
In the page init event of every aspx page I check if the current user may access the page.
So far so good.
But what can I do if the user is not allowed to access the page?
Of course, I can check this in the load event. But for several reasons I want to leave the page load event untouched.
So my question is:
Can I decide within the page init event that the page load event will not be triggered and an error message is shown instead?
Thanks
Magnus
Go to the complete details ...