How to add multiple textboxes and inserting to a DB using JQuery?
Hello everyone,I am trying to add a button so if a user clicks that button, it will add a new text box and a drop down list. using Jquery.
After that, there will be another box to save those textboxes and dropdownlists to a database.
How do I do that? I searched the Internet but with no luck.
Also, I want those all text boxes to be inserted in one field in a database table
I tried doing that in a different way, but I think it would be better if i used jQuery
Thank you,