I need to add dynamic fields using jQuery, something like this one: http://bit.ly/AByQZb
But the problem is I don't know how to do it with asp.net forms so I can see these new fields in code behind.
I thought I can use a repeater and in code behind on click method of a button I increase or decrease the items count which containing the fields I want, is there a better idea (client side approach) ?
Thanx in advanced