For a MSSQL table with two user types namely
a. Admin b. User
Event Scenerio
1. Shows frontpage User1.aspx
with AllUserButton placed inside Site1.Master
2. User logs in as Admin ( with Username and Password) and goes to AdminDashboard.aspx
with AdminButton placed inside Site2.Master
3. Admin later redirects to general frontpage User1.aspx
NOW, How to
a. check if User = Admin and
b. show both AdminButton and AllUserButton after redirecting to frontpage as Admin?
Thanks