For long operations, one could use the following code in order to display the SharePoint's default processing page.
string
{
operation.Begin();
//Your Code
operation.End(comeBackUrl, Microsoft.SharePoint.Utilities.
}SPRedirectFlags.DoNotEncodeUrl, System.Web.HttpContext.Current, null);
No comments:
Post a Comment