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 User 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]
Michael Livshitz (9)
Manoj Bhoir (6)
Abhimanyu K Vatsa (5)
Amit Maheshwari (4)
Nipun Tomar (3)
Munir Shaikh (3)
Vithal Wadje (3)
Lajapathy Arun (3)
Jasminder Singh (2)
Priti Kumari (2)
Mahesh Chand (2)
S.Ravi Kumar (2)
Vishal Gilbile (2)
Diptimaya Patra (2)
Ibrahim Ersoy (2)
shurland moore (2)
Aman Gupta (1)
Sabyasachi Mishra (1)
Shankar M (1)
Mudita Rathore (1)
Devesh Omar (1)
Ish Bandhu (1)
Vishal Nayan (1)
Surjeet Yadav (1)
Sonu Kumar (1)
Santhi Maadhaven (1)
Praveen Alwar (1)
Rekha Singh (1)
Ramesh Palaniappan (1)
Manoj Kalla (1)
Aman Kumar (1)
Mukesh Kumar (1)
Rahul Kumar Saxena (1)
Sibeesh Venu (1)
Sandeep Singh Shekhawat (1)
Tom Mohan (1)
Rahul Bansal (1)
Rahat Yasir (1)
Raj Kumar (1)
Shweta Lodha (1)
Pankaj Lohani (1)
Murali Reddy (1)
Jay Parekh (1)
Scott Lysle (1)
Vilas Gite (1)
Amit Anajwala (1)
Manoj Singh Panwar (1)
Orlando Paganini (1)
Phil Curnow (1)
Vijay Prativadi (1)
Gaurav Gupta (1)
C Vinod Kumar (1)
Rajesh DG (1)
Deepak Verma (1)
Krishna Garad (1)
Vineet Kumar Saini (1)
Sapna (1)
Alok Pandey (1)
Subhendu De (1)
Destin Joy (1)
Gohil Jayendrasinh (1)
Saikalyan Prasad Rao (1)
Nesreen Maged (1)
Mike Clark (1)
Related resources for User control
No resource found
Passing Data to Java User Controls
9/4/2024 4:16:31 AM.
Learn how to efficiently manage data flow between your application's logic and user interface components, whether you're working with Java Swing, JavaFX, or custom UI controls. Ideal for devel
Call User Controls In Main Window Using WPF
6/19/2024 9:34:07 AM.
In WPF (Windows Presentation Foundation), integrating User Controls into the main window involves leveraging XAML and code-behind to enhance UI flexibility and functionality.
Selecting multiple Checkboxes inside multiple GridViews
3/19/2024 5:47:34 AM.
Learn how to handle multiple checkboxes in a GridView within ASP.NET, including scenarios with multiple GridViews, user controls, and master pages. JavaScript functions are provided for checkbox mani
Load User Control Dynamically Using C#
11/8/2023 7:32:20 AM.
In this article we will learn how to load the user-control onto the page dynamically.
Bulk Uploader in ASP.NET 2.0
9/14/2023 10:51:38 AM.
The FileUpLoad control enables you to upload file to the server. It displays a text box control and a browse button that allow users to select a file to upload to the server.
File uploader in C#
9/14/2023 10:39:56 AM.
This article shows a simple Web user control for uploading any file up to 2 MB to the specified folder using C#.
Creating a Simple User Control and Adding it to the Toolbox
4/1/2022 10:34:38 AM.
In this article we will spend some time to learn how to create a simple User Control in C# and add it to the Toolbox.
User Control in ASP.Net
5/27/2021 9:21:55 AM.
Here I would like to show the basics of creating and using User Controls of web based applications for beginners.
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.
Creating a User Control in Web API
3/12/2021 8:56:59 AM.
In this article, I will explain how can we create a User Control in Web API.
Page Life Cycle Between Content Page (ASPX Page) and User Control in ASP.Net
2/10/2021 6:05:47 AM.
Here I would like to introduce the page life cycle between ASPX page and User control.
Binding User Control Data on Button Click With Modal Popup
2/10/2021 5:50:45 AM.
In this article, you will learn how to bind user control data on button click with modal popup.
ContextMenuStrip Control With Microsoft Office
2/8/2021 11:10:58 AM.
This article provides an enhanced ContextMenuStrip with a Microsoft Office Visual Style as a User Control.
Create your first HTTP Handler in ASP.NET 3.5
1/15/2021 11:31:58 AM.
The HTTP handler is the most important ingredient while handling ASP.NET requests.
MBTab Control With Custom Visual Styles
1/11/2021 7:57:27 AM.
This article provides an extended Tab Control with custom Visual Styles using VB.NET.
Creating Dynamic ToolTip Using RadControls and JavaScript
4/13/2020 5:14:55 AM.
RadToolTip is a context-sensitive tool for displaying rich content, detailed information, overlaid forms, or just about anything that should appear over a given element.
Picture Password On Login Screen In Windows 10
1/7/2020 11:59:37 PM.
In this article you will learn how to use picture password on user login screen in Windows 10.
Passing Values between User Controls and ASPX Page
6/3/2019 3:36:54 AM.
This article is for beginners who are learning. NET. This will be really helpful for them. Beginners will be wondered how to pass values between User Controls and ASPX page .In this article I have lis
User Control in WPF
5/8/2019 12:30:23 AM.
This article discusses how to create a User Control in XAML and WPF using Visual Studio 2008 and how to use it in a WPF application.
Understanding WEBPARTS in ASP.NET 2.0: Part I
1/17/2019 4:31:34 AM.
In this article I am going to discuss about WEB PARTS in ASP.NET 2.0, and the most exciting feature of ASP.NET 2.0.
Using the BackgroundWorker Component with Composite User Controls
9/17/2018 5:43:24 AM.
In this article you will learn how to use the BackgroundWorker Component with user controls in C#.BackgroundWorker,
Printing a Control in WPF using C#
9/13/2018 11:54:11 PM.
This code snippet explains how to print a control, user control, container, or a Window in WPF using C#.
Web User Controls in ASP.Net
9/4/2018 2:19:41 AM.
Steps how to use web user controls. Web user controls are derived from System.Web ..UI.UserControl namespace. These controls once created, can be added to the aspx page either at design time or progra
Creating Custom User Control Templates In SharePoint 2013 Using Visual Studio
9/26/2016 11:58:03 AM.
In this article, you will learn how to create custom User Control templates in SharePoint 2013 using Visual Studio.
Creating User Controls In Xamarin Forms
4/10/2016 2:05:51 PM.
In this article you will learn how to create User Controls in Xamarin Forms.
Simple Accordion User Control In Xamarin Forms
3/26/2016 12:14:26 PM.
In this article you will learn about a simple Accordion User Control in Xamarin Forms.
User Control In ASP.NET
2/9/2016 1:43:27 AM.
In this article you will learn about ASP.NET User control.
User Control Events Handling In Page Windows 8.1
1/18/2016 9:40:38 AM.
In this article you will learn about user control event handling in Page Windows 8.1.
Understanding The User Control In ASP.NET Step By Step
12/27/2015 3:50:18 PM.
This article will demonstrate you about User Control in ASP.NET.
Access A Web User Control Value In Another Web User Control
9/25/2015 6:54:59 AM.
In this article we will learn how to access one Web User Control (.ascx) control value in other Web user Control.
Create and Consume A User Control in MVC
7/16/2015 4:19:00 PM.
This article explains how to create and consume a User Control in MVC.
Create User Control in Silverlight
7/10/2015 5:40:31 AM.
The purpose of a user control is to provide the ability to reuse common user interface functionality across our web applications.
MenuStrip Control With Microsot Office
4/14/2015 3:58:01 PM.
This article provides an enhanced MenuStrip with a Microsoft Office 2007 Visual Style as a User Control.
Glass Style Button With Dropdown MenuList Using VB.NET
4/13/2015 7:30:50 PM.
This article provides a User Control to replace the standard Button with many properties and much versatility.
MBColorPicker Control For Windows Applications
4/13/2015 4:44:39 PM.
In this article provides a graphical interface to select a color from a set of various colors.
Lookup Control For ASP.Net Web Applications
4/13/2015 4:21:03 PM.
This article explains how to use a Lookup web user control with some basic properties and functionalities.
Custom HTML User Control in ASP.Net MVC Razor View Engine
3/3/2015 4:17:44 PM.
This article describes creation of a custom control using HtmlHelper in ASP.NET MVC 5 and the Razor view engine.
Call User Control Method From Parent Page in ASP.Net
2/6/2015 1:45:59 PM.
In this article we will learn how to call a User Control method from a parent page in ASP.Net.
Properties in ASP.Net User Control
1/26/2015 2:18:04 PM.
In this article we will learn about the properties of a User Control for passing values from a parent page to the User Control.
Creating User Control in ASP.Net
1/25/2015 4:14:56 PM.
In this article we will learn how to create a User Control in ASP.NET.
Loading Sequence of Master Page, Contents Page and User Control in ASP.NET
1/15/2015 5:50:18 AM.
In this article I will show the loading process sequence of a Master Page that contains a Contents Page and that Contents Page has a User Control.
Windows Phone - XAML Styling
10/30/2014 10:05:36 PM.
In this article you will learn XAML styling in Windows Phone.
User Controls in WPF
9/22/2014 11:02:30 PM.
This articles describes how to create and use User Controls in WPF.
Pass Data From User Control to Parent Page, Using Events and Delegates in ASP.Net
3/13/2014 1:30:09 PM.
This article explains how to pass data from a user control to the parent page using events and delegates in ASP.Net.
Custom Controls in WPF
2/17/2014 1:50:12 PM.
This article will briefly introduce the types of custom controls one can build in WPF.
User Controls in Windows Form Using F#
10/31/2013 11:02:52 PM.
In this article I have explained the basic user controls, such as Label, TextBox, MonthCalendar, ComboBox, CheckBox, RadioButton and how to create these controls in Windows Forms applications.
Navigation Application using User Control in WPF
10/16/2013 1:36:46 AM.
Here I explained how to navigate from one user control to another from Master Page.
Web Part Communication
10/11/2013 1:30:26 PM.
In my earlier article I have discussed about web part basics and how web part can be utilized as User control. In this article we will be discussing about the communication between two web parts.
Getting Started With MEF to Load WPF User Controls From .Dll in VS 2012
5/22/2013 8:51:27 AM.
This article will show how to make a DLL that contains WPF User Controls and then we can load that .dll using MEF (lazy loading) then how to add that User Controls to other applications from the dll.
TreeView and WPF User Control in WPF
2/7/2013 11:18:34 PM.
This article demonstrates how to use treeview in wpf and how we can do programming on it.
Creating an Address Form in ASP.Net using User Control
12/1/2012 4:24:52 AM.
In this article we will discuss how to create Address Form using User Control.
Custom Controls with User Controls in ASP.Net: Part 1
12/1/2012 4:21:20 AM.
In this article we will discuss how to create User Controls for Web Pages.
Custom Controls with User Controls in ASP.Net: Part 3
12/1/2012 3:56:56 AM.
In this article we will discuss how to create User Controls for web pages, how to expose the properties from a User Control.a
Custom Controls with User Controls in ASP.Net: Part 4
12/1/2012 3:54:18 AM.
In this article we will discuss how to create User Controls for web pages, how to expose the event from a User Control.
Implement a Win Forms Slider Control in VB.NET
11/9/2012 11:00:44 AM.
This article describes a simple approach to implementing a Windows Forms Trackbar (slider) control in ASP.NET 2.0.
Create User Defined Controls in C#
10/13/2012 5:35:26 AM.
In this article you will learn how to create User Defined Controls in C#.
Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part V
10/13/2012 3:44:31 AM.
In multi-part article, I share how you can build your own ASP.NET web user control.
Building WebParts in ASP .Net 2.0
10/13/2012 2:02:07 AM.
Web Parts is a framework built into ASP.NET 2.0 for building highly customizable portal-style pages. End users can customize Web Parts pages by changing the page layout, adding and removing Web Parts, editing Web Parts properties, establishing connections between Web Parts, and more. I would like to share how to build web parts in ASP .Net 2.0. I am providing the source code of application as well.
Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part I
10/3/2012 12:04:06 PM.
In multi-part article, I share how you can build your own ASP.NET web user control.
Web User Control in Expression Web 4
10/3/2012 6:59:47 AM.
In this article you'll learn how to create and use a web user control in Expression Web 4.
ColorReliefButton
9/30/2012 4:40:40 AM.
My idea was to create a button that can be used as a colourful decoration for any application. The look of the ColorReliefButton can be determined by changing property values. The main attraction should be a cool look (Relief) of the controls text. Like this almost any font (TrueTyp) can be used to decorate a button and there is no need to use bitmaps.
Implementing a Simple Silverlight Control
9/29/2012 8:05:11 AM.
This article shows how to implement a simple button control using Silverlight 1.1 and C#.
Using a Web User Control inside the GridView control
9/27/2012 9:18:42 AM.
In this article I will share how a Web User Control can be used in the GridView control. The examples are written using C# .
Extract User Control Feature Using VS 2012
9/17/2012 4:10:58 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in SharePoint 2010.
User Control in Windows Store Apps Using C#
9/8/2012 8:38:41 PM.
In this article we are going to learn how to create and use User Controls in Windows Store apps using C#.
Create a Simple NumericTextBox Control in Windows Phone 7
6/22/2012 12:54:30 AM.
In this article we are going to explore the controls inside Windows Phone 7 who are named NumericTextBox control.
Using Client Callbacks for Building the ListBoxesFTs_C ASP.NET Web User Control: Part I
5/20/2012 1:27:19 AM.
In this article I share how you can build your own ASP.NET web user control with the help of the Client Callbacks. The examples are written using C# and JavaScript.
Creating a Login User Control
5/19/2012 7:15:30 AM.
In this article, we have started with an introduction to the UserControl and have learnt to use the ADO+ DataReader.As we seen User Controls simplifies several common Web application scenarios.User Controls allow developers to easily define custom controls using the same programming techniques for writing Web Forms.
Windows Forms Base Architecture
5/19/2012 5:55:31 AM.
This base architecture is well suited for windows based development. This ease the development time required as well as it is developer friendly.
OnChanged Event for User Controls
5/19/2012 4:03:59 AM.
In this article I will show some ways how to create user controls with OnChanged event . The examples are written using C# for Windows applications.
Using static variable and Activated Event for Building "Home" Button of Windows application
5/19/2012 4:01:27 AM.
In this tutorial I will share experience how , just with the help of a few clicks and a few lines of code , to build a windows application with "Home" button, that allows to return to "Home" form (in fact to close all opened forms by one click) . The examples are written using C#.
Building Control in Visual Studio 2005 with XML as Data Source.
5/19/2012 3:54:49 AM.
In this article I share how you can build your own Windows controls in Visual Studio 2005 using XML as data source. The examples are written using C#.
Updating an UpdatePanel From Web User Control
5/16/2012 1:31:26 PM.
This is a demonstration of how to update an UpdatePanel of a Parent (Page) in ASP.Net.
Practical Approach of Accessing Data From the User Control in ASP.NET
4/8/2012 1:47:03 PM.
This article shows how to access User Control data from the web page. In other words, how to pass data from a User Control page to the Default.aspx page.
Dynamically Loading UserControl Into Web Page Using ASP.NET
4/8/2012 1:39:59 PM.
In this article we are going to see how we can add a User Control dynamically to a web page with the help of ASP.Net and C#.
Practical Approach of Creating User Control in ASP.NET
4/8/2012 1:35:08 PM.
In this article we are going to see how to create a user control in ASP.NET.
Getting User Input Through Popup in Windows Phone 7
3/13/2012 9:06:51 AM.
In this article we will explore how to get input using a popup in Windows Phone 7.
Working With User Controls in ASP.NET MVC
1/24/2012 10:37:31 AM.
In this article we will see how to work with user controls in ASP.NET MVC.
User Control in Visual Studio LightSwitch 2011
1/24/2012 9:48:00 AM.
In this article you wiil see, how to create and use a User Control in a Visual Studio LightSwitch application.
Event Creation of a User Control to the Main Page
11/3/2011 12:53:31 AM.
In this article we will discuss about how to create and raise the event for user control which is being used on the application.
Creating User Controls in FSharp
10/15/2011 2:22:33 AM.
A user control is a very essential thing when we develop windows applications. Here we will learn to create different user controls in F#.
Passing value from User Control to the Page in ASP.NET
10/13/2011 12:10:38 AM.
This article is all about the passing a value of a user control to the ASP.NET page.
Create and use login validation user control in ASP.NET
10/13/2011 12:08:49 AM.
Here we will create a login validation user control and use it in another windows application.
Creating a User Defined Control in .NET
7/27/2011 7:07:50 PM.
In this article we are going to learn about how to create a user defined control and to make use of it.
Isolated Storage in Silverlight
7/14/2011 5:09:44 AM.
Isolated storage enables applications to create and maintain a safe client-side virtual file system for partial trust applications.
Custom Controls in Silverlight
7/7/2011 11:32:51 PM.
Custom controls separate the logic from the visual appearance. We use a custom control when we want a strong separation between visual appearance and logic.
Working with User Control in Expression Blend Silverlight
5/12/2011 1:18:52 PM.
In this quick article, you will learn how to create a User Control in Expression Blend.
Event Driven Programming with User Control
12/16/2010 2:17:21 AM.
In this article, I will discuss how to use delegates and events.
Using XAML User Controls in XNA
12/8/2010 4:04:33 PM.
In this article you will learn how to use XAML User Controls in XNA.
How to use User control as web part in share point
9/7/2010 1:04:35 AM.
It is very easy to develop share point web part using User controls in ASP.net ic .ASCX file. If you use User control for share point development you can save a lot of time. Especially when dealing with design of the web part. I have attached the code for loading a user control please have a look
Creating a Custom Date Textbox User Control: Part 2
8/16/2010 1:23:02 AM.
In this part we're going to test our user control using the defined properties.
Creating a Custom DateTextbox User Control: Part I
8/16/2010 1:22:56 AM.
In this article you will learn how to create a custom date textbox user control.
Windows Controls and WPF UserControls inside an XNA Game Project
8/10/2010 6:17:35 AM.
In this article we will be working on using Windows Controls and WPF UserControls inside an XNA Game Project.
Sharepoint WebPart using ASP.NET web user control
5/11/2010 5:21:36 AM.
This is small article to provide the information that how you can connect to database from Sharepoint WebPart using ASP.NET web user control.
How to create User Control in ASP.Net
3/4/2010 12:38:32 AM.
In this article we will see how to create User Control in ASP.Net.
Portal Development in ASP.NET 2.0
6/17/2009 2:36:26 AM.
The new security controls make authentication a breeze and web parts provides the user the means to customize content. Personalization and Membership features give developers a ready made framework for personalizing the site to suit individual user needs.
Navigation Web User Control
5/27/2009 2:10:20 AM.
Navigation Web User Control this control create navigation buttons at run time so the user can navigate on the datalist or any other controls and the developer can change the aligment and sepration bettween links or show and hide last ,first,previous,next . this control get his style from it's container
Onchanged Event for Composite User Controls
5/5/2009 2:25:09 AM.
This article is a tip on how we can use OnChanged events for Windows user controls that inherit from some basis user control.
Multiple Silverlight User Controls on aspx page
7/10/2008 12:05:01 PM.
In this article I will discuss how to use multiple Silverlight controls in aspx page.
Using Web User Controls in Repeaters and DataList
2/1/2008 1:16:22 AM.
This article shows a simple example of how to encapsulate the complexity when using the ASP.Net Repeater and DataList control using a custom web user control.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download