|
|
| TextBox [+] Favor-It | |
| |
 |
| | Sort By:
|
The TextBox control generates single line text boxes. The text that a user enters in a text box is stored in the Text property, which is inherited from the TextControl base class.
Author: unknown Code: ASP.NET Beta 2 & C# |
The TextBox server control is an input control that lets the user enter text. By default, the TextMode property is set to SingleLine, which creates a text box with only one line. Author: unknown Code: ASP.NET Beta 2 & VB |
The TextBox control is the most used control in a Windows program. It also cause a lot of problem either from QA or the user because of invalid data that was entered... Author: Jibin Pan Code: ASP.NET Beta 2 & C# |
|  | |
Mono TextBox is a handy set of ASP.NET textbox-like controls specialized for the input of specific type values. It includes DateTextBox, TimeTextBox, DateTimeTextBox, IntegerTextBox, DecimalTextbox and StringTextBox and CustomTextBox. Author: Mono Software Code: ASP.NET v1.1 & VB |
RichTextBox has lots of useful example code to get started from scratch, but how easy is it to put to use to enhance your existing code? In this article I attempt to put it to use in my IBuySpy Portal and ASP.NET Forums projects. Author: Chris Garrett Code: ASP.NET v2.0 |
Custom ASP.NET web control for displaying and editing correctly formatted currency values. The download also includes a PercentBox and NumberBox control which use the same principles. Author: Steve Muecke Code: ASP.NET v1.1 & VB |
In the following example the usage of label web server control is explained. The property "Text" is used to assign a value (label) to the label control. We also have a button control which is used to submit the value back to the page.
Author: Jesudas Chinnathampi Code: ASP.NET v1.0 & VB |
|  | |
The TextBox control is used to create a text box where the user can input text. The TextBox control's attributes and properties are listed in our web controls reference page.
Author: w3schools.com Code: ASP.NET v1.0 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|