| http://www.w3.org/ns/prov#value | - My guess is to use a session variable that will check whether the user is a Manager or a User on the page load and then if it is not a manager, then redirect to another pages something like this I am guessing:if (Session[Manager].ToString() == 0){Response.Redirect(Home.aspx);}2.
|