A UserControl is a separate, reusable input control that allows a user to interact with an application.
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-orderIn 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-postbackI have a window that contains a Viewbox. In that Viewbox, I would like to have one of several views …
wpf mvvm user-controls contentpresenterI use a WPF UserControl in my personal Libs. The Libs are included in my WPF and WindowsForms programs. Now …
windows winforms user-controls elementhostThis 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 webusercontrolThis 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 postbackI currently have a WPF project which has one main Window, and many UserControls which are children of this Window. …
c# wpf user-controls mainwindow findnameIs 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 nullreferenceexceptionI 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 webusercontrolVS beginner question. How to change parent control of a control? Example. I have TabControl on form, aligned to fit …
visual-studio-2010 user-controls