Hi
I know I have posted a lot of questions this week, but I think there might be something wrong with my application. I originally tried to follow Security Tutorial 08, and it failed since one lines of code was being rejected when I have exactly the same code on another application which works.
Now I am having a problem with the roles page (tutorial 10) - again I have exactly the same page on another application which works fine.
I have followed the Tutorial very closely, copying and pasting the code with no errors in Visual Studio. When I run the page, the user list and roles appear successfully. When I select a user from the list, the page posts back, and a blank dropdownlist is displayed with no checkboxes. There is no error, I have tried breakpointing the code it is meant to follow and it seems to miss it out.
Here is the code below:
Partial Class Admin_ChangeRoles
Inherits System.Web.UI.Page
...
Go to the complete details ...