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...
Disaster Recovery in SharePoint Server 2010
Overview: We define disaster recovery as the ability to recover from a situation in which a data center that hosts SharePoint Server beco...
No comments:
Post a Comment