.NET news » Search results

Search results for query "numeric textbox" (18):

ColorTextBox

This article describes ColorTextBox, a customizable UserControl which was written completely from scratch and is intended to fill the gap between the TextBox and RichTextBox controls found in the .Net 2.0 library.
2007-03-08 12:44:00   Source: ColorTextBox   Tags: Components GUI

Securing Text Data in .NET

Discussion of securing text in an application. The example project contains a SecureString wrapper to make working with SecureString easier, and a textbox that directly manipulates a SecureString.
2006-12-07 23:54:00   Source: Securing Text Data in .NET   Tags: Security VB.NET

AutoText V2.2, is a component that will complete the word as the user is writing on. Can be connected to a TextBox or a RichTextBox.

A component that will find similar words in a lexicon as the user is writing on to make it easy to complete for the user. To use in Win32 graphical or Console applications.

Ajax On-the-Fly Lookup Control with Multiple Control Support

Using multiple Ajax lookup textbox controls for as-you-type data suggestions
2006-06-08 09:09:00   Source: Ajax On-the-Fly Lookup Control with Multiple Control Support   Tags: Ajax

MagicWords, a SlickRun clone

How to build a SlickRun clone in one hour. SlickRun - and so is MagicWords - is an improved command line utility that can launch application, open files or urls by typing a "magic word". You can see it as a enhanced version of the Windows "Run..." TextBox. For keyboard lovers, this tool is a very good alternative to desktop shortcuts and menus, and become quickly a must have.
2007-02-07 10:33:00   Source: MagicWords, a SlickRun clone   Tags: Examples

Creating Auto-Suggest Textbox Using ASP.NET 2.0 Client Callbacks

Auto-Completion is a very interesting feature that was primarily made popular by Google. I have already written a couple of articles that explain how to implement this feature. In this article, I will implement the auto-completion feature using ASP.NET 2.0 client callbacks.
2007-06-15 10:52:00   Source: Creating Auto-Suggest Textbox Using ASP.NET 2.0 Client...   Tags: ASP.NET

AJAX AutoComplete/AutoSuggest TextBox

When building enterprise web applications, we often need to let the user select one item from a large list of records. For instance, on an order entry form, the user must be able to select the customer from a large list of customers. For performance reasons, it would be insane to just load a DropDownList with 50000 items. The other alternative would be to open another form where the user would be able to search and select the desired customer. I've used this approach before, but the users usually found it very annoying and were constantly demanding a better solution..
2007-10-02 22:23:00   Source: AJAX AutoComplete/AutoSuggest TextBox   Tags: Ajax

NumericTextBox for ASP.NET

An ASP.NET control that allows users to enter only numbers
2007-10-09 18:22:00   Source: NumericTextBox for ASP.NET   Tags: ASP.NET Components
« Previous12Next »