A UserControl is a separate, reusable input control that allows a user to interact with an application.
The title pretty much explains the question. I have a user control loaded into the main window when the application …
.net wpf events user-controlsIn my WPF4 Desktop-based application there is a big block with sidebar menu that repeats in each window and takes …
wpf xaml user-controls code-reuse resourcedictionaryI have a UserControl that contains an UpdatePanel which wraps some other controls. The UserControl will be used on some …
c# ajax user-controls scriptmanagerI have this weird problem that I cannot handle myself. A class in the model of my mvp-project designed as …
c# exception user-controls assemblies mvpI thought I had reasonable answers for this question at a recent interview, but I bombed it. :( What are the …
asp.net user-controls controls custom-controlsPlease read THIS post. I have the same problem as described in this post but I am trying to do …
winforms events user-controls delegates event-bubblingI'm looking for somthing I can use as a timeline control. A kind of "banner" the user can drag to …
wpf user-controls controls custom-controlsIs is possible to retrieve the ID value from the Request.QueryString from a aspx file and pass it onto …
asp.net .net vb.net user-controls request.querystringIn my user control I have a button that, when clicked, would raise a custom Routed Event. I've attempted to …
c# wpf user-controls routed-eventsI am adding some user controls dynamically to a PlaceHolder server control. My user control consists of some labels and …
asp.net postback user-controls