| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Control ClassDefines the properties, methods, and events that are shared by all ASP.NET server controls.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Visibility | Name | Value Type | Accessibility |
|---|---|---|---|
| public | AppRelativeTemplateSourceDirectory | String | [ Get , Set ] |
| public | BindingContainer | Control | [ Get ] |
| public | ClientID | String | [ Get ] |
| public | Controls | ControlCollection | [ Get ] |
| public | EnableTheming | Boolean | [ Get , Set ] |
| public | EnableViewState | Boolean | [ Get , Set ] |
| public | ID | String | [ Get , Set ] |
| public | NamingContainer | Control | [ Get ] |
| public | Page | Page | [ Get , Set ] |
| public | Parent | Control | [ Get ] |
| public | Site | ISite | [ Get , Set ] |
| public | SkinID | String | [ Get , Set ] |
| public | TemplateControl | TemplateControl | [ Get , Set ] |
| public | TemplateSourceDirectory | String | [ Get ] |
| public | UniqueID | String | [ Get ] |
| public | Visible | Boolean | [ Get , Set ] |
| Multicast | Name | Type |
|---|---|---|
| multicast | DataBinding | EventHandler |
| multicast | Disposed | EventHandler |
| multicast | Init | EventHandler |
| multicast | Load | EventHandler |
| multicast | PreRender | EventHandler |
| multicast | Unload | EventHandler |
This is the primary class that you derive from when you develop custom ASP.NET server controls. Control does not have any user interface ( UI ) specific features. If you are authoring a control that does not have a UI, or combines other controls that render their own UI, derive from Control.
ASP.NET server controls include ASP.NET pages. Pages are instantiations classes derived from the Page class when a request for an ASP.NET page is processed. Also included are literal controls ( strings of HTML and text that are not processed on the server ), HTML server controls, Web server controls, and any custom server controls that you create or download.
Developing ASP.NET Server Controls Page Class TemplateControl Class LiteralControl Class
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme