I have four different modules in my website customer,operator,engineer and admin.
when i click on login button at that time if that is customer the page should be redirect to the customer.aspx.
if engineer login then the page should be redirected to the engineer.aspx and so on..
then how can i achieve this.
tell me the code of it in c#.