I need to add dynamic controls and get its values in my asp.net mvc (C#) application using jquery.
On click of button, i need to add specific dynamic controls, enter the values and pass its values on clicking submit button using jquery.
For ex.: In Create Event of Google Calendar, we can add multiple options for reminder. Like that i need to add controls dynamically and pass its values to the database using jquery.
Any suggestions on this?