The Sybase.DataWindow.Web namespace has additional specialized classes.
In addition to the WebDataWindowControl class, there are several other classes, including:
The DataObject class, which holds the DataWindow object’s data cache; the AutoDataCacheErrorEventArgs class, used when an error occurs in automatic data caching; and the AutoContextRestoreErrorEventArgs class, used when an error occurs in automatic context restoration. For more information, see “Maintaining state”.
Two classes that inherit from the System.EventArgs class and are used to pass state information to event handlers that handle the AfterPerformAction and BeforePerformAction events. For more information, see “Handling events”.
Classes that inherit from the System.UnauthorizedAccessException class and are used when the ASP.NET worker process does not have write access on the server. See “Handling DataWindow exceptions” and “Configuring the .NET Framework”.
A StreamImageContainer class used to display a Graph DataWindow as an image stream. For more information, see “Rendering graphs”.
A GraphConfigurations class that wraps the deployment behavior for graph rendering. For more information, see “Rendering graphs”.
A JavaScriptConfigurations class that wraps the deployment behavior for static JavaScript files. For more information, see “Generating JavaScript for common management tasks”.
An XmlConfigurations class that wraps the deployment behavior for XHTML and XML Web DataWindow rendering. For more information, see “Configuring XML”.
ObjectLink, ObjectLinkCollection, ObjectLinkConverter, LinkArgument, LinkArgumentCollection, and LinkArgumentConverter classes that are used to handle hyperlinks. For more information, see “Creating hyperlinks”.
PageNavigationBarSettings and related classes that are used to specify the style and properties of a page navigation bar. See “Paging methods”.
A StateObject class that keeps track of changes to properties and saves changes to a control’s view state.
Delegates handle the AfterPerformAction, BeforePerformAction, AutoContextRestoreError, and AutoDataCacheError events.
Enumerations are used to specify values such as the type of a link argument or postback action, how DataWindows and graphs are rendered, and how JavaScript functions are deployed.
To view or print a quick reference to all the classes, delegates, and enumerations in the Sybase.DataWindow.Web namespace, go to the Sybase.DataWindow.Web Namespace page in the DataWindow Reference help. For how to install this help, see “Getting context-sensitive help”.