get element, how???

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

ASP.NET 2.0

I have a checkbox inside a table (both are asp.net 2.0 server controls) on a
page.

From the code I need to get access to this checkbox, so I can do some
processing based on it's status.

I think I first need to obtain a reference to the table and then reference
to the checkbox. My problem is that I don't know what method to use for
getting reference to these objects.

any suggestions?
 
Back
Top