javascript - Get values of js generated controls, from server side -


let me explain case;

on asp.net page, have repeater generates <tr>s , <td>s.

on clientside, have js function adds or deletes rows repeater-generated-table.

the problem is, in function, dont generate simple row, textbox (which have value on server side) generated too.

is there way value of client-generated controls ?

you can use ajax make connection between client side , server side. can try this or read this article.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -