How to add ajaxoptions to form
Posted
by user281180
on Stack Overflow
See other posts from Stack Overflow
or by user281180
Published on 2010-05-10T10:24:54Z
Indexed on
2010/05/10
10:34 UTC
Read the original article
Hit count: 299
asp.net-mvc
How can I have ajaxoptions included in the following form:
<form id="" action="<%=Url.Action("ChangePassword",new{Action="ChangePassword" }) %>" method="post" enctype="multipart/form-data">
© Stack Overflow or respective owner