Let me explain the case;
On the asp.net page, i have a repeater which generates <tr>
s and <td>
s.
On clientside, i have a js function which adds or deletes rows into that repeater-generated-table.
The problem is, in this function, i dont only generate a simple row, a textbox (which i have to get its value on server side) is generated too.
Is there any way to get value of client-generated controls ?