Top "Controls" questions

Use this tag for programming scenarios related to controls (interactive elements of the user interface).

DockStyle Fill for RunTime Generated Controls

I'm trying to do something very simple that is giving me huge problems in C# Winforms. I have two group …

c# winforms controls dock
Issues creating custom Flexslider navigational arrows

I am using Flexslider v2.0 and am trying to create my own custom navigational arrow that will sit directly below …

jquery navigation controls flexslider
get control by clientID

i resolve a client id of a Repeater Item control, and i want to use it in other command, how …

c# controls repeater clientid
Right click menu under winforms

I want to make a right click menu for my winforms app. It will have the same two things in …

winforms controls menu
ASP.NET: RequiredFieldValidator with Multiple TextBoxes in ListView

I have a ListView <asp:ListView ....> <asp:TextBox ID="txtComment" ... /> <asp:RequiredFieldValidator ID="rfvComment" ControlToValidate="…

asp.net listview controls requiredfieldvalidator
Creating a search box using WPF

I'm trying to create a search box with the controls TextBox and ListBox. When I'm on the TextBox starting to …

c# wpf events controls search-box
When should I use a Localize control instead of a Literal?

I recently became aware of the System.Web.UI.WebControls.Localize control in a lab for the ASP.NET 4.0 MCTS …

c# asp.net localization controls
Detect when JavaScript is disabled in ASP.NET

In the Render method of an ASP.NET web-control, I need to alter the output of the Html based on …

asp.net javascript controls progressive-enhancement
Problem with dynamic controls in .NET

Problem with dynamic controls Hello all, I'm wanting to create some dynamic controls, and have them persist their viewstate across …

c# asp.net dynamic controls viewstate
Find row index of control added to TableLayoutPanel

I need to take an action when a control is added to a TableLayoutPanel in Windows Forms. I am handling …

c# .net winforms controls tablelayoutpanel