ASP.Net and C#

I am having trouble determining how to manipulate html controls via javascript AND access those same controls in the C# code behind. Here's the scoop:

I am making an advanced search page, consisting of a table where each row has (in this order):
- checkbox – to indicate whether to return the column
- label
- textbox – to enter search criteria

On some rows,...