asp.net - Ajax update panel - how to set max updating time? -


that isn't usual webapplication, user can load long process inside updatepanel.

and wait looking on loading via updateprocessing stuff.

the trouble because update panel aborts loading after time , totally breaking web application.

how can calm down ajax control ?

offtopic : ajax trouble when didn't fixed the trouble combobox

on script manager, set asyncpostbacktimeout. value should in seconds. example:

asyncpostbacktimeout = "600" 

http://msdn.microsoft.com/en-us/library/system.web.ui.scriptmanager.asyncpostbacktimeout.aspx


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -