i wants to give the role based menu access for users..means if admin login in a application he has full control,if normal user login then he specified menu access...
and they only view their own information not other user if they login in a application according to their ID ....
how can i achieve this...?
thanks in advance
Loading

Ritesh DiyawarPosted Oct 5, 2012, 12:55 AM
I think u just write the Sql query for that, that query return the result acording to user role
and that result bind into Asp.net menu control. In that result u should return the Menu level, parent , child etc.
i have also done in my eairler project.