.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.
2008-06-04 13:59:00   Source: Standard CustomValidator Textbox   Tags: Examples GUI

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.
2007-06-07 13:31:00   Source: A C# Numeric Field Control   Tags: Components GUI

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

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.
2006-05-26 19:00:00   Source: Using Masked Textbox control   Tags: GUI

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
2006-10-12 22:52:00   Source: C# TextBox with Outlook 2007-style prompt   Tags: GUI Components

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.
2006-12-08 09:02:42   Source: Introduction to the PopupControl Extender   Tags: Ajax

math / function / boolean /string expression evaluator

C# .NET assembly that executes numeric, date, string, boolean, comparison, etc. expressions.
2006-03-20 03:03:00   Source: math / function / boolean /string expression evaluator   Tags: C#

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.

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.
2008-07-24 16:54:00   Source: CueProvider   Tags: Components GUI
« Previous12Next »