page.findcontrol

  • Thread starter Thread starter sri_san
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top