Miscellaneous Control Examples
The following examples demonstrate the basic features of some of the
various Web Controls that come with the West Wind Web Toolkit.
The Pager provides a control and data source independent server side paging solution.
You can manipulate the pager purely through property settings or use one of its
Filter methods to automatically set up the pager values based on the query and
and Page query string value.
The TabControl provides a 'tabstrip' control to allow client side
tab page selection. The control is primarily driven through client
side code that activates raw HTML elements when tab buttons are
clicked.
These two controls provide an easy and consistent way to display error and informational
messages consistently in your applications. ErrorDisplay is a page control to display errors
or information messages. MessageDisplay is single line mechanism to display a pre-defined
ASP.NET template page with custom header and content text. Both are ideal for error scenarios.
|