| Name | Description |
| EnableScriptCombining | This method allows applications to turn on ScriptCombining so that multiple javascript files will be downloaded to the client as a single file. By default this is set to false to allow correct function when controls are loaded dynamically during Async Postbacks. |
| GetImageDirectoryFromWebConfig | Get value of imageDirectory defined in webconfig. |
| GetJavaScriptDirectoryFromConfig | Returns the JavaScriptDirectory value from the webconfig. |
| GetWebResourceUrl | |
| IsAsyncPostBack | Check if postback is asynchronous and triggered by UpdatePanel or CallBackManager. If it is the case, then document.onload will never happen and control should do something about that. |
| IsInsideOfCallBack | Checks if control is rendered within CallBack triggered by UltraWebTab or by WebAsyncRefreshPanel. |
| IsInsideUpdatingPanel | Check if postback is asynchronous and triggered by UpdatePanel, WARP or UltraWebTab that the control belongs to. |
| IsNullRendering | |
| IsScriptDirectoryDefinedInConfig | |
| RegisterClientScriptResource | |
| RegisterCommonScriptResource | Overloaded. Registers the reference to ig_csom.js as a script include for the page specified. |
| RegisterScriptBlock | |
| ResolveAndRegisterClientScriptInclude | Overloaded. Given the list of parameters required, this method will determine which resource to use, according to which value has been specified. defaultValue and embeddedResourcePath do not both need to be specified, but one of them MUST be a valid string. |
| ResolveCSSDirectory | This method will check to see if the cssDirectory has been specified through a config file. If it has, it will return the value from the config file. Otherwise, the value passed in as the originalPath parameter will be returned. |
| ResolveFormsDirectory | This method will check to see if the formsDirectory has been specified through a config file. If it has, it will return the value from the config file. Otherwise, the value passed in as the originalPath parameter will be returned. |
| ResolveImageDirectory | Overloaded. This method will check to see if the ImageDirectory has been specified through a config file. If it has, it will return the value from the config file. Other wise, the value passed in as the originalPath parameter will be returned. |
| ResolveJavaScriptFileName | Checks to see if javaScriptDirectory has been defined in a config file. If it has, the directory specified in the config will be used, along with the filename parsed out of the originalPath parameter. |
| ResolveUrl | Overloaded. The main purpose of this method is to resolve "~" into the applicationPath. This method is not needed for ASP.Net 2.0, since there is already a ResolveUrl method available at the Control level. |
| SetInsideOfCallBack | Set global flag for CallBack rendering. It can be used only by UltraWebTab or by WebAsyncRefreshPanel. |