Top "User-controls" questions

A UserControl is a separate, reusable input control that allows a user to interact with an application.

How do you bring to front a usercontrol added to a canvas in code behind

I have a series of usercontrols that are added and removed from a canvas in code behind. I need to …

wpf vb.net user-controls canvas z-order
How to force button do a full postback instead of asynchronous postback

In an ASP.NET 4.0 web application, I have a user control that is wrapped by an UpdatePanel (see the code …

asp.net user-controls asynchronous-postback
How do I load a UserControl into a ContentPresenter within a (WPF) Window?

I have a window that contains a Viewbox. In that Viewbox, I would like to have one of several views …

wpf mvvm user-controls contentpresenter
Application.Current in ElementHost is null

I use a WPF UserControl in my personal Libs. The Libs are included in my WPF and WindowsForms programs. Now …

windows winforms user-controls elementhost
How to add a Templating to a UserControl?

This question has been asked before Web Forms :: Design Time Support For Custom Templated User Control In VS 2008 VS 2008 Using …

asp.net user-controls templating webusercontrol
ASP.NET - Control Events Not Firing Inside Repeater

This is a absurdly common issue and having exhausted all of the obvious solutions, I'm hoping SO can offer me …

asp.net events user-controls postback
How to Find Children of a UserControl instead of a Window - replacing Window.FindName

I currently have a WPF project which has one main Window, and many UserControls which are children of this Window. …

c# wpf user-controls mainwindow findname
How to inherit a UserControl from another UserControl?

Is it possible to inherit a User control from another user control? The thing I'm trying to achieve is a …

asp.net inheritance user-controls nullreferenceexception
Can i use Asp.Net WebForm User Controls in MVC Site?

I have a website in asp.net 4.0 with 10 pages and 12 user controls. Now i want to migrate this site in …

asp.net asp.net-mvc user-controls asp.net-mvc-4 webusercontrol
VS Designer question. How to change parent control

VS beginner question. How to change parent control of a control? Example. I have TabControl on form, aligned to fit …

visual-studio-2010 user-controls