In a web app I am developing I display a Modal dialog using Bootstrap. Within that dialog I have form elements and a save button. When the user clicks save I fire a function which calls $.post to invoke an asp.net mvc action to save the data entered.In a web app I am developing I display a Modal