using FindControl to get checkbox values

Delapsp

New Member
Hi,<BR>I'm dynamically building a table on the server-side. In the second column of every row I am placing a checkbox. How can I loop through the checkboxes to retrieve their values? I've tried using:<BR><BR>Dim chbxControl As Control<BR>chbxControl = FindControl("chbx" & i)<BR><BR>but it isn't working. Any thoughts would be appreciated. Thanks.<BR><BR>Masmith
 
Back
Top