TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About TextBox Control
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (3)
Duncan Harris (2)
Chetna Solanki (2)
Shaina Arora (1)
Rahul Bansal (1)
Scott Lysle (1)
Mike Gold (1)
Rakesh (1)
Afzaal Ahmad Zeeshan (1)
Deepak Sharma (1)
kuralmani.elango (1)
Raj Kumar (1)
Santhosh Kumar Jayaraman (1)
John Charles Olamendy (1)
Sapna (1)
Andreas Ahlen (1)
Diptimaya Patra (1)
Jibin Pan (1)
John Godel (1)
Gangadhara BD (1)
Related resources for TextBox Control
No resource found
TextBox In C#
6/24/2024 8:59:31 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
Dynamically Generate Multiple TextBoxes in ASP.Net
4/29/2024 9:57:35 AM.
Learn how to dynamically generate multiple TextBox controls in ASP.NET using C# (or VB.NET). This tutorial covers server-side control creation, event handling, and UI manipulation.
Limit the User to Typing Only Letters Into a TextBox Using JavaScript
4/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 Expressions
5/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 I
5/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 TextBox
2/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 2
12/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 1
12/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
Fill Gridview Record From Database Using ASP.Net Control
6/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 WPF
2/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 WPF
2/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#.
ValidationScriptGenerator
9/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 WPF
9/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 WinForms
7/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 Control
5/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 Control
10/18/2011 4:51:49 AM.
Here we will see a Numeric Textbox Custom Control which accept only numeric input.
Focus Color on Textbox controls
9/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 3
7/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 Control
6/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 III
6/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 Control
12/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.