how to send roles from one page to another page by using forms authentication in asp.net
Murali Krishna Ravi
Select an image from your device to upload
Hiiii Murali,
I am very glad that you are using inbuilt login controls. if you have defined roles already then its very easy to fine out the role on any page onece user logged in. simply use
Roles.IsUserInRole(User.Identity.Name, "Diffent Roles")