J
jeroen.bolle
I'm designing a form where the user can decide how many options for a
poll he wants to add. There's a "+" button to dynamically add
textboxes with javascript, without a postback.
How do I access these newly generated <input type="text" id="..." />
elements with ASP.NET to save it to a database?
poll he wants to add. There's a "+" button to dynamically add
textboxes with javascript, without a postback.
How do I access these newly generated <input type="text" id="..." />
elements with ASP.NET to save it to a database?