Top "User-controls" questions

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

Set Gridview DataNavigateUrlFormatString Dynamically inside User Control(ASCX)

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 ascx
WPF - Bind to selecteditem of listbox between user controls

I 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 selecteditem
User control (ascx) and properties

The 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 viewstate
What's the difference betwen a UserControl and a ContentControl?

According 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 subclass
RegisterStartupScript in Usercontrol Postback Events

I 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 registerstartupscript
Visual Studio Designer is always trying to change my control

I 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-designer
flowlayout control keeps adding control in the wrong direction in winforms

I 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 flowlayoutpanel
Setting tab order in wpf when use from UserControls?

I have a User Control like this: <UserControl x:Class="MySample.customtextbox" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/…

c# wpf user-controls tab-ordering
C# WPF : slider going to exact position

I'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 slider
WPF UserControl HitTest

I have the following user control: a dot and its name: <UserControl x:Class="ShapeTester.StopPoint" xmlns="http://schemas.…

wpf user-controls hittest