S
sri_san
Hello,
I have a bunch of controls with unique IDs as below:
<INPUT VALUE='1' id=chkbox1-1 NAME=CheckBox1 TYPE=Radio runat=server>
these HTML controls r wrapped in a plain table. When I do a
page.findcontrol("chkbox1-1"), I am unable to find the control. Can I
get an handle of the control and their values programmatically.
Thanks,
Sam.
I have a bunch of controls with unique IDs as below:
<INPUT VALUE='1' id=chkbox1-1 NAME=CheckBox1 TYPE=Radio runat=server>
these HTML controls r wrapped in a plain table. When I do a
page.findcontrol("chkbox1-1"), I am unable to find the control. Can I
get an handle of the control and their values programmatically.
Thanks,
Sam.