A UserControl is a separate, reusable input control that allows a user to interact with an application.
I am trying to create a simple user control that is a slider. When I add a AjaxToolkit SliderExtender to …
c# asp.net user-controlsI have a DataTable which has 5 columns: ID Name Account Number Branch Amount The DataTable contains 5 rows. How can I …
c# asp.net user-controls datatableI need to be able to get at the full URL of the page I am on from a user …
c# asp.net user-controlsI have a custom usercontrol and I want to do something relatively simple. When ever a numeric up down in …
c# winforms user-controls event-handlingI have an existing library (not a Winforms application) that supplies some Winforms to a bona-fide Windows application. Within this …
c# winforms visual-studio-2008 user-controlsHow do I get access to the parent controls of user control in C# (winform). I am using the following …
c# winforms user-controlsI have a user control that I've created, however when I go to add it to the XAML in the …
wpf user-controlsI have developed a User Control in Visual Studio (WinForms C#) and have a question. I need the user of …
c# winforms user-controls propertiesI have created a custom WPF user control which is intended to be used by a third party. My control …
c# .net wpf user-controls disposeIn my application i am constantly moving from one control to another. I have created no. of user controls, but …
c# winforms user-controls flicker