How to change webform in contentpalceholder in master page using ASP.net?

O|O

New member
I am trying to make web application. In the default page I am just using login to application. I have defined roles for using this application (A, B, C). When the login button is clicked, the application goes to database, checks for the correct user name and password. If the user name and password matches it returns me the role of that user. I want to display that user web form in the contentplaceholder of master page. I am beginner in ASP.net. So can anyone guide me properly how work this out.
 
Back
Top