Posted on 2:02 AM by Softminer and filed under
MVC
<img id="updating" src="/content/ajax-loader.gif" style="display: none;" alt="Updating ..." />
<br />
<%= Ajax.ActionLink("Get Time", "GetTime",
new AjaxOptions { UpdateTargetId = "time", LoadingElementId="updating" })%>
Post a Comment