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