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 control in C#
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mostafa Kaisoun (2)
Nilay Joshi (1)
Priti Kumari (1)
Dileep Kumar Patel (1)
Rahul Kumar Saxena (1)
Mahesh Chand (1)
Duncan Harris (1)
Prasad H (1)
Gomathi Palaniswamy (1)
Mike Gold (1)
Santhosh Kumar Jayaraman (1)
Sam Haidar (1)
Leo Koach (1)
Sapna (1)
Phil Wright (1)
Alberto Ferrazzoli (1)
Related resources for control in C#
No resource found
Paging Control In C#
9/25/2023 11:02:21 AM.
In this very first article, I have only covered fetching data in chunks (pages) without any filter or searching criteria. I’ll cover that in a subsequent article.
User Control in C#
5/27/2021 9:15:26 AM.
Here I have to show the complete demo of how to create user control in C# window application.
How to Create Dynamic Tab Control With Filter and Condition
4/6/2021 4:35:46 AM.
This tutorial explains how to create dynamic tab controls with filters and conditions.
Make Custom Control or Component
2/12/2021 8:08:53 AM.
In this article I explain how to make your own custom control in C#.
C# TabControl
5/21/2020 12:58:17 AM.
The TabControl manages tab pages where each page may host different child controls. In this article, I will demonstrate how to create and use a TabControl in Windows Forms using C#.
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#.
Checked ListBox Control In C#
11/16/2018 12:26:10 AM.
The following source code will provide the use of CheckedListBox Control In C#.
Calendar Control in C#
9/14/2018 12:53:17 AM.
Here you will see how to use the Calendar Control in C#.
How to Use Chart Control in C# 2010
12/26/2014 5:32:03 PM.
In this article you will learn how to use the Chart control in C# 2010.
An Editable GridView Control in C# and .NET - Part II
10/3/2012 9:19:42 AM.
In this article we will take advantage of the XML classes available to us to persist the GridView control that we talked about in our first article in this series. The two classes we utilize in our code are XmlTextWriter and XmlTextReader.
Merge Two Datatable Columns and Bind to ComboBox Control
7/28/2012 4:59:59 PM.
In this article, let us see how to bind a combobox with various columns from various datatables.
LinkLabel Control and Hierarchies
5/19/2012 12:08:21 AM.
This article shows that how we can display hierarchies by using the .NET LinkLabel control.
Field List Control in C#
5/15/2012 2:56:52 PM.
In this article, I would like to share one of the components that I wrote called Field List control.
Super Button Custom Control in C#
10/27/2011 11:43:24 PM.
Now you see how to creating a Super Button Custom Control in C#, which will appear Large whenever we move the Cursor on the Button.
ActiveX control using C#
4/2/2010 3:28:23 AM.
I create a new ActiveX control (MKGrid) to let edit Grid control become easy, I was using my ActiveX in VB6 project.
Docking Control in C#
12/30/2005 11:27:33 PM.
One of the first features of C# that took my interest was the ability to Dock a Control onto the edge of a Form.
A Wheel Control in C#
12/26/2005 6:01:56 AM.
This article describes a simple Windows control written in C# that simulates a wheel knob like that on your walkman used to change volume.