Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the SystemConfiguration control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SaveMaxAllowedContentLength ( ) : bool |
Transform the web.config to inject the maximum allowed content length into the requestLimits tag of the requestFiltering section of the web.config.
|
|
bbtnSaveConfig_Click ( object sender, |
Handles saving all the data set by the user to the web.config.
|
Method | Description | |
---|---|---|
BindMaxFileSize ( ) : void |
Bind the MaxRequestLength and maxAllowedContentLength values from the web.config into the number boxes on the form.
|
|
BindOtherAppSettings ( ) : void |
Bind the other settings that are in the appSettings section of the web.config.
|
|
BindTimeZones ( ) : void |
Bind the available time zones and select the one that's configured in the web.config's OrgTimeZone setting.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected SaveMaxAllowedContentLength ( ) : bool | ||
return | bool |
protected bbtnSaveConfig_Click ( object sender, |
||
sender | object | |
e | ||
return | void |