Advertisement
gkpoll

Untitled

Feb 26th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1. protected void Page_Load(object pSender, EventArgs pE)
  2.         {
  3.             Page.Server.ScriptTimeout = 6000;
  4.             ScriptManager.AsyncPostBackTimeout = 6000;
  5.  
  6.             if (Page.IsPostBack)
  7.                 return;
  8.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement