For instance, suppose If the modal PopUp is containing few textboxes, one submit button and one cancel button. User inputs some values into the textboxes. Now I want to insert all those values to the database on the click event of the submit button.
Now the question is How can I achieve this? Any help will be appreciable.