hello..
i have a one page in mvc. when i click on the button then i want to show in popup there are some text field like batch#,posting paid,Description and one button for save button and cancel but the data save in first page when user click on the save button .....
Delpin Susai RajPosted Oct 15, 2016, 8:37 AM
Delpin Susai RajPosted Oct 15, 2016, 8:36 AM
Abubakar DandotiPosted Oct 15, 2016, 8:03 AM
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">your Heading</h4>
</div>
<div class="modal-body">
Your Text fields here
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel/button>
</div>
</div>
</div>
</div>