TextBox Events
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| DataBinding | Occurs when the server control binds to a data source. (inherited from Control) |
| Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (inherited from Control) |
| Init | Occurs when the server control is initialized, which is the first step in its lifecycle. (inherited from Control) |
| Load | Occurs when the server control is loaded into the Page object. (inherited from Control) |
| PreRender | Occurs after the Control object is loaded but prior to rendering. (inherited from Control) |
| TextChanged | Occurs when the content of the text box changes between posts to the server. |
| Unload | Occurs when the server control is unloaded from memory. (inherited from Control) |
Reference
TextBox ClassSystem.Web.UI.WebControls Namespace
TextBox.TextMode Property
TextBox.Text Property
TextBox.Columns Property
TextBox.Rows Property
TextBox.Wrap Property
TextBox.ReadOnly Property
TextBox.MaxLength Property
Other Resources
TextBox Web Server ControlScript Exploits Overview (Visual Studio)
Community Additions
ADD
Show: