A UserControl is a separate, reusable input control that allows a user to interact with an application.
i have a issue that i dont know if it can be done. i have an in an aspx page , …
asp.net gridview user-controls webforms ascxI have two usercontrols, the first with a listbox that is bound to a list of Customers that displays some …
wpf data-binding user-controls listbox selecteditemThe only way I've found to persist property values within a user control is to use the ViewState. public string …
asp.net properties user-controls viewstateAccording to all of the documentation, when you're creating a non-lookless control, you're supposed to subclass UserControl. However, UserControl is …
wpf user-controls subclassI have created a static method to display a popup on my website from both pages and usercontrols. The method …
javascript asp.net web-applications user-controls registerstartupscriptI have a somewhat complex UserControl, and Visual Studio 2008 is giving me a rather harmless annoyance when working with it. …
c# winforms visual-studio-2008 user-controls windows-forms-designerI have a flowlayout control in winforms, i have set its flow direction to TopDown but it keeps adding controls …
c# winforms user-controls dynamic-controls flowlayoutpanelI have a User Control like this: <UserControl x:Class="MySample.customtextbox" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/…
c# wpf user-controls tab-orderingI'm using a slider in a WPF window and I want that when the user clicks somewhere on the track …
c# wpf user-interface user-controls sliderI have the following user control: a dot and its name: <UserControl x:Class="ShapeTester.StopPoint" xmlns="http://schemas.…
wpf user-controls hittest