Click here to Skip to main content
15,886,067 members
Everything / Controls

Controls

controls

Great Reads

by Graeme_Grant
A Modern Toggle Switch - From mock concept to a full custom WPF control that you can plug into your own apps
by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
by Leif Simon Goodwin
This article presents a simple WPF Carousel Control
by Member 4206974
FormGen, a JavaScript Form Generator

Latest Articles

by Member 4206974
FormGen, a JavaScript Form Generator
by Graham Wilson
A progress bar which displays progress as passage through a simple maze.
by Graham Wilson
A collection of simple .NET Framework/.NET WinForm controls and utilities.
by Graham Wilson
A track bar control which displays the track line as a spiral

All Articles

Sort by Updated

Controls 

16 Jun 2016 by _eol_
This article presents the minimal code necessary to display a hierarchical tree using Popups.
7 Nov 2013 by Adam Zgagacz
ComboBox extension methods for binding with Enum types
23 Jul 2018 by Ajcek84
Implementation of radar chart for various .NET platforms
15 Jul 2018 by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
16 Mar 2021 by Aleh Baradzenka
In this article, you will learn about a control that is necessary for the partition of the dialog, main or child window of your program by several parts.
25 Mar 2021 by Aleh Baradzenka
In this article, you will learn about an adjustable control that has zooming and scrolling tabs, dragging with the mouse, custom drawing and much more.
16 Mar 2021 by Aleh Baradzenka
This control is another kind of tab. Tabs are displayed as horizontal stripes and can be collapsed into buttons. Each tab is assigned its own window, which is shown when you click on the tab.
28 Sep 2011 by Alexander Chernosvitov
AntiBot control using HTML5 rotating feature
7 Nov 2013 by Alexander Chernosvitov
ActiveX component for 3D visualization, embedded in different client applications.
12 Jul 2017 by Alexander Sharykin
WPF HexGrid Panel
17 Jun 2012 by Apemania
C# Forms RichTextEditor with custom hyperlink with Outlook address like text entities, custom popup listbox, and a screen tip.
25 Apr 2012 by Arash Sahebolamri
PersianDate type, and two WPF controls (PersianCalendar, and PersianDatePicker) for working with Persian dates
30 Apr 2012 by Arpad Pandy
This is an alternative for "Silverlight Extended Canvas Control to Crop Images"
2 Aug 2010 by Ashish Kaila
Illustrates UI modelling in WPF, leveraging templates.
1 Jan 2011 by Ashish Kaila
A docking window solution using WPF as part of Synergy toolkit
1 Jan 2011 by Ashish Kaila
Learn how to leverage UI automation in testing your UI and also to support accessibility features
1 Sep 2019 by Ashley Davis
This article examines the use and implementation of a WPF custom control that is used to display and edit networks, graphs and flow-charts.
11 Oct 2013 by ASP.NET Community
Garbage in, garbage out. You can avoid data cleanup tasks on the backend by avoiding bad data coming in.  ASP.NET validation controls and third party
11 Oct 2013 by ASP.NET Community
Check out the Feature Specifications for Visual Studio 2008 and .NET Framework 3.5. These older documents give you an insight into what features made
11 Oct 2013 by ASP.NET Community
Nearly all the controls in ASP.NET have properties that can be databound to.ArticlesJesse Liberty has a fine article on Data Binding in ASP.NET
11 Oct 2013 by ASP.NET Community
From ScottGu: Scott Mitchell is also writing some great data articles on using the ASP.NET 2.0 DataSource controls for the excellent
11 Oct 2013 by ASP.NET Community
The GridView control was introduced with ASP.NET 2.0 and Visual Studio 2005 as a replacement for the DataGrid control.  While it has many
11 Oct 2013 by ASP.NET Community
ASP.NET Web part controls are an integrated set of controls that enables end users to organize the content, appearance and behavior of the web
11 Oct 2013 by ASP.NET Community
Web controls are ASP.NET controls which are understood and compiled on the server and render as HTML markup on the page. Most of the web server
11 Oct 2013 by ASP.NET Community
ASP.NET 2.0 came with many controls designed to help you manage the login process and login status of your web site's users. The login
11 Oct 2013 by ASP.NET Community
With the release of ASP.NET 2.0, a new set of controls were made available to help provide navigational elements to your web sites. These controls
11 Oct 2013 by ASP.NET Community
Composite controls are controls that combine multiple controls together to form a new reusable control.  For example, a simple composite control
11 Oct 2013 by ASP.NET Community
Asp.Net provides way to work with the HTML Server controls on the server side programming with a set controls collectively called HTML Controls.
11 Oct 2013 by ASP.NET Community
ASP.NET Validation Controls are powerful server controls that are used for validating user input.  These controls provides both server side and
11 Oct 2013 by ASP.NET Community
Asp.net 2.0 came with a new feature called a theme. A theme is a collection of property settings that allow you to define the look of pages and
11 Oct 2013 by ASP.NET Community
ASP.NET 2.0 AJAX 1.0 Extensions allows you to develop custom client controls that function purely on the client-side. Those controls are developed
11 Oct 2013 by ASP.NET Community
A ValidationSummary control is displayed when the IsValid property of the page is false. It "polls" each of the validation controls on the page and
11 Oct 2013 by ASP.NET Community
The Button control provides a command button-style control that is used to post a Web Forms page back to the server.When used in a templated list
11 Oct 2013 by ASP.NET Community
The PlaceHolder control can be used as a container control within a document to dynamically load other controls. The PlaceHolder control has no
11 Oct 2013 by ASP.NET Community
A Label control allows you to add text to your web page.  Unlike a Literal control, a Label control supports various properties such as CssClass,
11 Oct 2013 by ASP.NET Community
Asp.net 2.0 came with a new set of controls that were designed to to be used for web parts. These controls were kept in the Web Part Toolbar. Here is
11 Oct 2013 by ASP.NET Community
The SiteMapDataSource control is a data source to the site map data that is stored by the site map providers that are configured for your site. The
11 Oct 2013 by ASP.NET Community
When the standard toolkit of ASP.Net server controls do not provide the required functionality, Web User controls can be built or used. Web User
11 Oct 2013 by ASP.NET Community
When a page request is sent to the Web server, the page is run through a series of events during its creation and disposal. In this article, I will
11 Oct 2013 by ASP.NET Community
Ajax ValidatiorIn this Article I'll Show you How to call a RequiredFieldValidator With the aid of AJAX.Step1:- In this case,there are three controls
11 Oct 2013 by ASP.NET Community
  It is very good to know how we can add asp.net controls in XSLT.We know by using XSLT we can transform XML document to any format like
11 Oct 2013 by ASP.NET Community
Service contract means the collective mechanisms by which a service’s capabilities and requirements are specified for its consumers. We must say that
11 Oct 2013 by ASP.NET Community
I have seen most of the developers using parseInt to convert a string to a number. Here we need to understand that What does this parseInt will do,
20 Oct 2013 by ASP.NET Community
Things to be taken care by developers while writing code or designing different layersPresentation Layer:Choose your UI elements
11 Oct 2013 by ASP.NET Community
View state is where the status of the page is saved when it is submitted to the server. View state is saved as hidden controls, within the form. View
11 Oct 2013 by ASP.NET Community
 In this article we will show you how to reference server side controls from JavaScript code (A server control is a control that has a
11 Oct 2013 by ASP.NET Community
Being a new web developer can be hard. There are way too many technologies and frameworks to learn and it is very easy to get lost in the sea of buzz
11 Oct 2013 by ASP.NET Community
Few days back I came across a problem on asp.net site wherein a user wanted to get information about controls of a Page from a different page.
11 Oct 2013 by ASP.NET Community
 C#protected void Page_Load(object sender, EventArgs e){    // Change the title    Page.Header.Title = "My Content Page Title";        // Change
11 Oct 2013 by ASP.NET Community
Below are some tips in SSRS:1.      ToDisplay Top N rows in report using Tablix controlCreate a parameter with IntegerDataType and select Default
11 Oct 2013 by ASP.NET Community
What is ASP.net?ASP.NET is the next generation web application framework developed and marketed by Microsoft based on .NET Framework. But not to be
2 May 2012 by avsol
Several tips that may help you build your Windows Azure web site cost effectively
8 May 2012 by avsol
Enhance your old ASP.NET web site with modern Content Management features
25 Oct 2015 by Bedri Egrilmez
A Single-DLL, multi-page TIFF .NET viewer control with panning and thumbnails support
2 Jun 2012 by Ben Baron
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application
1 Apr 2012 by CharlieSimon
For latitudes, longitudes, ranges, bearings, times and other formatted numeric input
25 Jan 2012 by Chrene91
An article on how to write your own textbox with the option to use a watermark.
16 Feb 2016 by Clifford Nelson
This article presents a behavior that can make another UIElement visible when the mouse down event occurs on the UIElement this behavior is attached to. Have extended this to directly support fading of a Popup control
10 Sep 2010 by codelogix
.NET 4.0 WPF control that allows you to enter a cost and sale price and compute a margin.
12 Jan 2017 by Dean Feng
Use common panel and GDI+ to achieve a magnifier effect of image in winform.
20 May 2021 by DebugST
Have you ever imagined that your flowchart is executable?
6 Aug 2013 by dmitrat
MultiRangeSlider control to specify not intersecting ranges
26 Jan 2011 by Ed Guzman
Custom controls to display the list of countries and corresponding states (provinces).
17 Jul 2019 by Edwyn Amador
Handles and validates input typing and pressed keys in TextBox, RichTextBox and ComboBox, displaying custom balloon tips messages
4 Jan 2015 by Emiliano Musso
How to execute simple databindings on controls in WPF. One-way and two-way binding covered.
12 May 2012 by emranallan
Make your Application windows phone 7 support for Bi-Directional right to left
15 Jan 2013 by EricFaust
A custom made DropDownList control for ASP.NET
4 Jun 2012 by Espen Harlinn
Release the random artist inside you
28 Apr 2022 by free5lot
Camera_Net is a FLOSS library for using video-cameras and video-inputs in .NET projects easily
11 May 2011 by gaps96
Draws sets of tree nodes in a vertical way. Allows to Export an Image to SVG.
3 Dec 2010 by gbahns
Create fully functional windows with custom chrome and caption buttons in WPF
30 Jan 2012 by Gil Yoder
WPF Controls Tester is a small application written to test several WPF controls and panels in order to study their behavior. Beginning WPF programmers may benefit by studying techniques used within this application.
15 Nov 2017 by Graeme_Grant
A Modern Toggle Switch - From mock concept to a full custom WPF control that you can plug into your own apps
13 Jun 2015 by Graham Wilson
A circular motion control
6 Dec 2022 by Graham Wilson
A track bar control which displays the track line as a spiral
30 Dec 2022 by Graham Wilson
A progress bar which displays progress as passage through a simple maze.
9 May 2012 by Guillaume Waser
WPF Progress controls and comparing related threads methods
4 Jun 2012 by Henry He
ComboBox is a common used control that has no default support by HTML specification and ASP.NET. In this article, I will present a ComboBox web control that is built with jQuery and ASP.NET.
17 Jul 2020 by honey the codewitch
Add a flexible knob control to your .NET projects
2 Apr 2012 by icemanind
How to create a Facebook like website previewer user control for Winforms in C#
14 Nov 2010 by infinateone
A file manager app with Clipboard interaction and drag and drop support.
4 May 2012 by Jawahar Suresh Babu
Eye dropper control, used to pick color from the environment like the one in Expression Blend or Visual Studio Designer.
3 Jun 2012 by Jawahar Suresh Babu
Character Map is a free utility found in Windows Machines. It is similar to the "Insert Symbol" tool in few MS Office applications. This article explains how to implement this tool using WPF.
17 May 2012 by Jim Parsells
Explorer TreeView control with Shell Folder access class and Icon management.
24 Nov 2010 by Kambaa
How to check whether .NET is installed in PC Visual Basic 6 code
22 Dec 2013 by Kashif_Imran
The article shows the proecess of creating and using a discrete value slider for Silverlight.
13 Nov 2010 by Kunal Chowdhury «IN»
Customized Scrolling in Silverlight using Expression Blend
11 Jan 2011 by Kunal Chowdhury «IN»
A Quick Guide to Silverlight Ribbon Controls (Part - 1)
20 Jan 2011 by Kunal Chowdhury «IN»
This article will definitely help you. Here, I will show you how to modify the XAML to add different content to create a multi level row group header too.
13 Jun 2012 by Kunal Chowdhury «IN»
As a WP7Dev, you might want to build a stunning application with an animation to the page navigation or orientation changes. This article will help you to do so by using the Telerik RadControls for Windows Phone 7. Continue reading to learn more about the APIs and the implementation steps.
23 Aug 2019 by Leif Simon Goodwin
This article presents a highly configurable rotary dial control.
21 Nov 2019 by Leif Simon Goodwin
This article presents a simple WPF Carousel Control
27 Oct 2010 by Ludmal de silva
PageManager is a web server control which allows developers to easily integrate jQuery and JavaScript files.
22 May 2012 by Mahfuzur Rahman.
Column based selection in rich edit control.
30 Nov 2011 by Marc Clifton
Revisiting the XTree implementation, using a generic controller.
15 Jan 2024 by Member 4206974
FormGen, a JavaScript Form Generator
29 Aug 2017 by Meshack Musundi
A WPF user control for displaying a country's flag
4 Feb 2014 by Mikhail-T
Extends MVC HtmlHelper class so you can create POSTable checkbox list.
3 Dec 2010 by Mostafa Kaisoun
Few lines to create twenty-six buttons for alphabetical English characters (A..Z)
17 Jun 2012 by Muthu Nadar
How to create your own Month Year Picker Control