Hi friends,
I have question that I always use the submit button while submitting the form, Explain how to submit form without a submit button?
Thanks
Loading
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.
Datta KharadPosted Dec 16, 2011, 4:48 AM
You will make function instead of button event, put your code of submit button event in that function and call at last (textbox) Leave event, also you have to validate remaining fields if present.
Vikrant JadhavPosted Dec 16, 2011, 3:16 AM
You can check the validation on the last field of form whether all the fields data are valid or not and then You can submit all data to your database after filling the last field value.
Sam HobbsPosted Dec 13, 2011, 2:39 PM
Satyapriya NayakPosted Dec 13, 2011, 12:47 PM
Please refer the below link
http://sadomovalex.blogspot.com/2009/12/post-login-form-without-submit-button.html
http://www.codeproject.com/KB/aspnet/jsnopostback.aspx
Thanks