G
GregoryJ
I have a web page that Dynamically creates a CheckBox control for each Role
(Forms Authentication) a User belongs to and sets the .Checked property to
TRUE if they belong to the Role.
Displaying this controls works exactly as I wish. Now, I want to allow users
the ability to place a check in any of these Roles and add them to the
necessary Role based on those Check Box that are checked off. But, when my
Save routine is fired off the Dynamic controls don’t seem to exist and thus I
am not able to retrieve the new values a person has applied to the fields.
How can I read the value of a dynamically created check box control during a
PostBack. This would be the check boxes the user has clicked off since the
page was originally posted.
(Forms Authentication) a User belongs to and sets the .Checked property to
TRUE if they belong to the Role.
Displaying this controls works exactly as I wish. Now, I want to allow users
the ability to place a check in any of these Roles and add them to the
necessary Role based on those Check Box that are checked off. But, when my
Save routine is fired off the Dynamic controls don’t seem to exist and thus I
am not able to retrieve the new values a person has applied to the fields.
How can I read the value of a dynamically created check box control during a
PostBack. This would be the check boxes the user has clicked off since the
page was originally posted.