how to create master page for different user?
i want to create master page for admin that refer only process which is handle by he.another master page design for regular client
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Apr 27, 2011, 1:05 PM
in the page Page_PreInit event, just check the user role and depending on that you can assign the corresponding master page. It should be something like
check for the user's role and set the master page of your desire.