asp.net ajax call onsuccess

Posted by mazhar kaunain baig on Stack Overflow See other posts from Stack Overflow or by mazhar kaunain baig
Published on 2010-05-31T20:35:08Z Indexed on 2010/05/31 20:43 UTC
Read the original article Hit count: 182

Filed under:
|
|
<% using (Ajax.BeginForm("EditOrganizationMeta",
                      new AjaxOptions {
                             UpdateTargetId = OrganizationMeta.vcr_MetaKey
                                                 + Lang.int_LangId
                      })) 

{ %>

In addition to that call can i make onsuccess call as well with beside it.First it will run? and then on success will?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX