.NET news » Search results
Search results for query "numeric textbox" (17):
Standard CustomValidator Textbox
The Custom Control eliminates the use of adding validators for each and every textbox added. Just by setting a couple of properties we can make our textbox validate credit card numbers, phone numbers or any other Custom expression. It provides some other built in functionalities.
A C# Numeric Field Control
This control can be easily configured to allow input of any value that is a collection of numeric fields, such as an IP address, IP address with ports, IPv6 address, MAC address, telephone number or social security number.
Numeric UpDown Control for hardware control applications or yet another SpinEdit
An article on numeric Up/Down control with some unique features useful for hardware control applications
2008-06-18 06:03:00 Source: Numeric UpDown Control for hardware control applications...
Tags: Components
GUI
Using Masked Textbox control
During 1.x days one of the missing controls in Windows Forms was Masked Edit control. Fortunately it has been introduced in 2.0. The Masked Textbox control of Windows Forms 2.0 allows you to restrict data entry as per certain pattern. Common examples being dates, currencies and upper case characters. This demo illustrates how to use various properties and events of the Masked Textbox control.
ASP.NET Required TextBox (Graphical RequiredFieldValidator)
An ASP.NET custom TextBox control with a built-in RequiredFieldValidator, providing a similar look and feel to the Windows Forms ErrorProvider.
2006-09-21 14:12:00 Source: ASP.NET Required TextBox (Graphical RequiredFieldValidator)
Tags: ASP.NET
C# TextBox with Outlook 2007-style prompt
An article on creating a Prompted TextBox in the style of Outlook 2007, IE7 and Firefox 2.0
Introduction to the PopupControl Extender
The PopupControl extender is a way to render a server control popup to the user, so that the user can perform some action (say click on a textbox), the user selects a value in a control that dynamically appears, and that value is posted back to the originating server control. As an example, this can be a calendar control that pops up for the user, which when selecting a value, the value is posted back to a textbox and the date is entered.
math / function / boolean /string expression evaluator
C# .NET assembly that executes numeric, date, string, boolean, comparison, etc. expressions.
A User-Searchable TextBox, RichTextBox, ListView and TreeView in C#
A lightweight class library that extends the Framework's most popular editor controls to include search and other basic functionality.
2006-07-08 03:48:00 Source: A User-Searchable TextBox, RichTextBox, ListView and...
Tags: Components
GUI
CueProvider
CueProvider is a lightweight class that lets you set a cue banner (the grey prompt text that automatically disappears when you begin to type) in a TextBox control.


Syndicate