Hello,
I have an user with some roles(ADMIN,READ,WRITE). How I can made a DataSource to retrieve just results what I need? For eg. If the user is admin I want to made a sql query Select * from users where userRole=ADMIN(READ,WRITE). And the results I want to put them on ListGrid
I have an user with some roles(ADMIN,READ,WRITE). How I can made a DataSource to retrieve just results what I need? For eg. If the user is admin I want to made a sql query Select * from users where userRole=ADMIN(READ,WRITE). And the results I want to put them on ListGrid
Comment