Friday, February 18, 2011

How to increase AsyncPostBackTime out of update panel


Like in following code line  we set the 15 Minute Asysn time

 ScriptManager _scriptMan = ScriptManager.GetCurrent(this);
            _scriptMan.AsyncPostBackTimeout = 3600 * 15;

Thanks
HelponDesk Team

No comments: