Sharepoint Pundit
Vinay Chavadi's Blog on Application Development in SharePoint 2010/2013/2016 & SharePoint Online
LinkedIn
Friday, June 11, 2010
Using Ajax Update Progress in ASP.Net
The following code snippets illusrate using ajax UpdateProgress in ASP.Net Applications:
Defaut.aspx
Default.aspx.cs
protected void Button1_Click(object sender, EventArgs e)
{
System.Threading.Thread.Sleep(5000);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
SharePoint Timer Job – SPJobLockType
There are 3 SPJobLockType available: 1. SPJobLockType.None -- if you set it none, the instance will run in all the available s...
Developing for performance in our SharePoint 2010
Some key concepts when it comes to developing for performance in our SharePoint 2010 applications. SharePoint 2010 Developer Dashboard ...
No comments:
Post a Comment