I have listbox on page which is populated with the Users of my application.
Now what i want is that Users shud be populated in listbox according to roles, i mean if a user is in a moderator role, users under admin role shud not be visible to him.
I want to do all this in the Page Load event.
Now what i want is that Users shud be populated in listbox according to roles, i mean if a user is in a moderator role, users under admin role shud not be visible to him.
I want to do all this in the Page Load event.