Hits Today: 1 Total: 5586 | Updated: 10/4/2001 | |
 | 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# |
Hits Today: 3 Total: 4142 | Updated: 10/10/2001 | |
 | 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 |
Hits Today: 3 Total: 4385 | Updated: 12/31/2001 | |
 | 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# | |  | |
Hits Today: 1 Total: 2048 | Updated: 4/1/2004 | |
 | 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 |
Hits Today: 1 Total: 824 | Updated: 9/25/2005 | |
 | 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 |
Hits Today: 1 Total: 811 | Updated: 9/27/2005 | |
 | 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 |
Hits Today: 2 Total: 2941 | Updated: 7/3/2002 | |
 | 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 | |  | |
Hits Today: 1 Total: 2727 | Updated: 9/1/2003 | |
 | 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 |
|