R
RSH
Hi,
I have a CheckBoxList that is dynamically created in the codebehind. When I
click the submit button on the form I am handling the click event but I cant
get at the checked values of the checkBoxList.
I have tried:
chList as checkboxlist = findControl("ChkList")
Null exception error...it doesnt exist
I have even resorted to:
Request.Form.Item("ChkList_0")
= nothing
How do i get at the value of a dynamically created checkbox item?
Thanks,
Ron
I have a CheckBoxList that is dynamically created in the codebehind. When I
click the submit button on the form I am handling the click event but I cant
get at the checked values of the checkBoxList.
I have tried:
chList as checkboxlist = findControl("ChkList")
Null exception error...it doesnt exist
I have even resorted to:
Request.Form.Item("ChkList_0")
= nothing
How do i get at the value of a dynamically created checkbox item?
Thanks,
Ron