Skip to content

Instantly share code, notes, and snippets.

@tamizhvendan
Last active August 29, 2015 14:04
Show Gist options
  • Save tamizhvendan/2ca8aaef6714aafaa889 to your computer and use it in GitHub Desktop.
Save tamizhvendan/2ca8aaef6714aafaa889 to your computer and use it in GitHub Desktop.
ASP.NET MVC3 Ajax Part II - Adding Animation to Action Link
public string GreetMe()
{
System.Threading.Thread.Sleep(2000);
return "Hello ASP.NET MVC3 Ajax !!";
}
<div id="divLoading" style="display:none">
<img src="../../Content/images/loading.gif" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment