how to post a form upon click on checkbox ?
Posted
by user281180
on Stack Overflow
See other posts from Stack Overflow
or by user281180
Published on 2010-05-19T07:14:17Z
Indexed on
2010/05/19
7:20 UTC
Read the original article
Hit count: 124
asp.net-mvc
I have a form (displayed as a dialog) in which I have various checkboxes. On a click on any of the checkboxes, I want to post the form values to the controller and still doesn`t want my dialog to close.
How can I do that? I don`t have a submit button on the form. Ajaxpost closes the dialog after form.submit...
What method can I use?
© Stack Overflow or respective owner