asp.net ajax call onsuccess
- by mazhar kaunain baig
<% 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?