Click here to Skip to main content
15,861,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I would like to implement a solution using ASP.Net dynamic data where, the list of tables being displayed should be dependent upon the role of the logged in user. Now this authentication need to be done using DB tables rather than aspnet_users table. The reason being, I need to perform Role menu mapping for pages to roles and this is not possible while using ASP.Net authentication.

Hence, I created a couple of tables in my DB containing the screen name and role associated to it, determining whether it should be visible or not to the respective role. However, I couldn't find much information regarding implementation of custom authentication in ASP.Net dynamic data.

Could you please help?

Thanks & Regards,
Srikanth
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900