2 writes to _updatePanelMaxScriptLength
System.Web (2)
Util\AppSettings.cs (2)
106
if (settings == null || !int.TryParse(settings["aspnet:UpdatePanelMaxScriptLength"], out
_updatePanelMaxScriptLength
) || _updatePanelMaxScriptLength < 0)
107
_updatePanelMaxScriptLength
= 0;
2 references to _updatePanelMaxScriptLength
System.Web (2)
Util\AppSettings.cs (2)
106
if (settings == null || !int.TryParse(settings["aspnet:UpdatePanelMaxScriptLength"], out _updatePanelMaxScriptLength) ||
_updatePanelMaxScriptLength
< 0)
430
return
_updatePanelMaxScriptLength
;