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