I am working on mvc web based application?
how can i post multiple forms with single submit button??
plz tell me...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nitin SontakkePosted Jan 20, 2017, 2:39 AM
sudheenPosted Jan 19, 2017, 11:30 PM
ravi vermaPosted Jan 18, 2017, 12:59 PM
$('button').click(function() {
$('form').submit();
});
MayankPosted Jan 17, 2017, 7:25 AM
You can call the multiple partial views in a single view.By this way u can post the single view containing multiple forms.
Raj KumarPosted Jan 16, 2017, 9:47 AM