I dynamically change DOM on client-side to add some new input fields using JavaScript.
Can I obtain the data on the server-side without using Ajax? Just pushing send but
You need to add "name" attribute to the control, so the data will be sent to the server on form submit.