Related resources for TextBox Control
  • Limit the User to Typing Only Letters Into a TextBox Using JavaScript4/3/2024 9:39:34 AM. Learn how to implement client-side input validation in JavaScript to restrict users from entering anything other than letters (including spaces) in specific input fields like Name, Father's Name,
  • Extend the Textbox Control to Validate Against Regular Expressions5/4/2022 10:49:13 AM. This article describes an approach to validating text box entries against a regular expression.
  • Simple Color Syntax Code Editor for PHP written in C# and .NET: Part I5/21/2020 2:48:00 AM. The Application is a simple Windows Form program that allows you to open and save the text files edited in the rich edit control, as well as print them out. The program takes advantage of a “syntax” t
  • WPF TextBox2/25/2019 3:43:59 AM. WPF TextBox control represent a control that can be used to display or edit unformatted text. The TextBox class in C# represents the control. The XAML <TextBox> element represents the TextBox co
  • Syntax Highlighting in RichTextBox Control - Part 212/6/2018 4:46:29 AM. This article shows how to perform interactive syntax highlighting within the RichTextBox control.
  • Syntax Highlighting in Rich TextBox Control - Part 112/6/2018 4:42:04 AM. This article shows how to perform basic syntax highlighting using the RichTextBox control and C#.
  • RichTextBox in C#12/6/2018 4:34:56 AM. A RichTextBox control is an advanced text box that provides text editing and advanced formatting features including loading rich text format (RTF) files. In this article, I will demonstrate how to cre
  • TextBox In C#9/10/2018 11:25:26 AM. A TextBox control accepts user input on a Form. In this article, I will discuss how to create a TextBox control in Windows Forms at design-time as well as run-time. After that, I will continue discuss
  • Working with Text Input Control in Microsoft PowerApps11/22/2016 2:53:24 PM. In this article, we will see how to add Text Input Control in Microsoft PowerApps.
  • Fill Gridview Record From Database Using ASP.Net Control6/11/2015 12:14:16 AM. In this article we will see how to filter database records and display them in a Gridview from the database with a Radiobutton, Textbox and Checkbox control.
  • Autocomplete TextBox in WPF (Using Only .NET and WPF Libraries)5/31/2015 6:39:26 PM. In this source sample I show how to add the autocomplete functionality in your WPF application's TextBox control using your own model data, .NET assemblies and WPF assemblies.
  • Describing the Text Information of TextBox Control in WPF2/27/2014 2:08:38 PM. This article explains how to work with the Control's selected text.
  • Describing the Use of TextBox Control in WPF2/22/2014 3:00:04 PM. In this article we will describe the use of the TextBox Control.
  • How to Customize Default ContextMenu of a TextBox Control in Windows Forms Application Using C#11/19/2012 3:47:38 PM. In this article I will explain how to customize a default ContextMenu of a TextBox control in a Windows Forms application using C#.
  • ValidationScriptGenerator9/30/2012 5:36:40 AM. This article gives you a solution for generating a client side validation script in a component model that you can reuse in an ASP.NET project.
  • TextBox in WPF9/29/2012 9:58:13 AM. This article demonstrates how to create and use a TextBox control in WPF using XAML and C#.
  • Filter DataGridView With the Text Entered in TextBox in WinForms7/28/2012 6:36:32 PM. In this article, let us see how to filter a DataGridView when we type some values in a textbox.
  • Setting Null Value to an Entity Property Through Textbox Control5/15/2012 4:33:58 PM. In this article, I want to document a bug in Visual Studio. NET concerning to setting a null value to entity property’s through a Textbox control. There is a common scenario to have an entity type in your data model where some attributes are optional. When you develop a rich client application using the Windows forms, data binding techniques and a Textbox to enter the simple data, and you want to set null the optional attributes of the underlying data source by leaving in blank the Text property of the Textbox control; then there is a missing feature for the Formatting and Advanced Binding dialog box for null values. They should have a checkbox there to allow people to use blank as null. In this article, I will show one simple solution to this bug.
  • Numeric Textbox-Custom Control10/18/2011 4:51:49 AM. Here we will see a Numeric Textbox Custom Control which accept only numeric input.
  • Focus Color on Textbox controls9/1/2010 1:36:59 PM. In this article you will learn how to use Focus Color on Textbox controls in C#.
  • Customized TextBox Control in Silverlight 37/24/2009 2:46:19 AM. In this article we will see how to customized TextBox Control in Silverlight 3 using Blend 3.
  • Masked TextBox Control6/29/2009 5:09:51 AM. This Masked Edit TextBox intelligent user control enhances the function of TextBox control, which can mask the Date, IP Address, SSN, Phone number, digit, decimal and check the validation, automatically set delimit location.
  • In Depth ASP.NET using ADO.NET: Part III6/23/2009 12:58:56 AM. In this article we will discuss a number of ways to retrieve, show, and update data with ASP.NET forms using ADO.NET. Also, we will have a clear idea about the most common server controls in ASP.NET.
  • Mask Edit Control12/30/2005 12:30:09 AM. This control is a attempt to emulate the Marked Edit control available in VB 6.0. MaskEdit control extends the TextBox System.Windows.Forms.TextBox control available in Microsoft .NET library.