get element, how???

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?
 

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

Top