Tagged Questions
Controls may be refer to Microsoft ActiveX controls which is a simple OLE object that supports the IUnknown interface.
129
votes
22answers
27k views
Best Free Controls for .NET [closed]
What Free Controls are there for .NET (both Winforms and Webforms)?
61
votes
17answers
74k views
Professional jQuery based Combobox control?
Are there any professional Combobox controls (dropdown list with autosuggestion) based on the jQuery library?
It should be able to handle large datasets and have some skinning options. A multi-column ...
57
votes
11answers
50k views
WPF ways to find controls
I am trying to collect all possible ways to find controls in WPF. To find control by name, by type, etc.
40
votes
6answers
8k views
Is there any good Markdown Javascript library or control?
I want to build a site where the user can enter text and format it in Markdown. The reason I'd like a Javascript solution is because I want to display a live preview, just like on StackOverflow.
My ...
36
votes
4answers
17k views
How to find controls in a repeater header or footer
I was wondering how one would find the controls in the HeaderTemplate or FooterTemplate of an Asp.Net Repeater control.
I can access them on the ItemDataBound event, but I was wondering how to get ...
36
votes
20answers
18k views
.NET Usercontrols telerik devexpress infragistics ComponentOne: who's best?
I am considering the purchase of some .NET user controls with interest in both WinForms and asp.net. I have trialed in the past devexpress when I needed a hierarchical data grid for a personal project ...
35
votes
6answers
23k views
Where can I find free WPF controls and control templates?
I am looking for some recommendations on good places to find libraries of controls/templates/styles for WPF. I know about the usual places like Infragistics, but it seems to me that there should be ...
24
votes
4answers
15k views
How do you make a WPF slider snap only to discrete integer positions?
The title says it all. All too often I want a WPF slider that behaves like the System.Windows.Forms.TrackBar of old. That is, I want a slider that goes from X to Y but only allows the user to move it ...
20
votes
4answers
10k views
word wrap for label in winforms
Hi how can we get word wrap functionality to a label in winforms?
I place a label in a panel and added some text to label dyanamically. But it exceeds the panel length. How can i solve this?
Thanks ...
18
votes
5answers
8k views
How to create a WPF UserControl with NAMED content
I have a set of controls with attached commands and logic that are constantly reused in the same way. I decided to create a user control that holds all the common controls and logic.
However I also ...
16
votes
2answers
855 views
iOS Controls for .NET (WPF)
I am currently writing a WPF application for consumption by tablet devices via Citrix (not my choice and not flexible...). In so far as is possible I would like to make the user interface tablet ...
16
votes
16answers
56k views
Best way to access a control on another form in WinForms?
First off, this is a question about a desktop app using Windows Forms, not an ASP.Net question.
I need to interact with controls on other forms. Trying to access the controls by using, for example, ...
15
votes
7answers
15k views
C# Get a control's position on a form
Is there any way to retrieve a control's position in a form, when the control may be inside other controls (like Panels)?
The control's Left and Top properties gives me only it's position within it's ...
14
votes
2answers
2k views
WPF: Handle editable hierarchical data / TreeView~DataGrid hybrid
I am looking for a WPF control which is a hybrid of TreeView and DataGrid, something like the Visual Studio debugger or QuickBooks contacts list etc.
Any other solution on how to handle editable ...
14
votes
4answers
9k views
A good WPF scrolling timeline control? (fancy datetime picker)
I'm looking for somthing I can use as a timeline control.
A kind of "banner" the user can drag to the left or the right to go forward or backwards
in time and then he or she should be able to select a ...
14
votes
8answers
2k views
ASP.NET Custom Controls - Composites
Summary
Hi All,
OK, further into my adventures with custom controls...
In summary, here is that I have learned of three main "classes" of custom controls. Please feel free to correct me if any of ...
14
votes
7answers
5k views
How to tab between buttons on an Mac OS X dialog box
I know that there has been a similar question asked here very recently, but I was wondering if it was possible to tab between buttons on default Mac OS X dialog boxes?
I already have the "All ...
13
votes
6answers
16k views
What is best method to find a ASP.Net control using jQuery?
In implementing my first significant script using jquery I needed to find a specific web-control on the page. Since I work with DotNetNuke, there is no guaranteeing the controls ClientID since the ...
12
votes
5answers
6k views
How to rebuild the Visual Studio Toolbox?
The toolbox in Visual Studio Professional 2008 has somehow ended up with 12 instances of each control. They are just the standard controls, no third party controls, and I have no third party plugins.
...
12
votes
3answers
8k views
ASP.NET MVC doesn't work with ViewState and Postback?
Perhaps this is a naive question. In my understanding, ASP.NET MVC cannot work with ViewState and Postback which is fundamentals of ASP.NET forms. Is that correct?
If that's it, then all ASP.NET Web ...
12
votes
9answers
5k views
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 page loads. Easy enough, right? All I have to do is re-create the ...
12
votes
25answers
4k views
What 3rd Party Controls are .Net Developers using
I am re-evaluating my 3rd party controls. I currently use the Infragistic suite for ASP.Net and WinForms. What controls do you use and would you recommend them?
11
votes
2answers
1k views
ASP.Net: Literal vs Label
Apologies for the incredible newbish question, but I just wanted to hear some authorities on when and where you should use a LITERAL control over a LABEL.
As I understand it, the difference is this: ...
10
votes
2answers
255 views
MonthCalendar width on different (platforms), correction: themes (XP vs Aero theme)
Apparently the .NET monthcalendar renders differently on different platforms. A calendar on Vista is wider than a XP calendar.
I want to make the calendar fit nicely and precise on all platforms.
Is ...
10
votes
3answers
3k views
ASP.NET MVC Rich Text Editor
Goal
The goal of this wiki entry is to create a comprehensive list of available rich text editors for err... traditional websites. By traditional we mean anything that isn't asp.net with server ...
10
votes
5answers
15k views
Where is the WPF Numeric UpDown control?
Possible duplicate: Good NumericUpDown equivalent in WPF?
Getting into the first serious WPF project. It seems like there are a lot of basic controls flat out missing. Specifically, I am ...
10
votes
14answers
15k views
UI Components for Windows Mobile Applications (.NET Compact Framework)
Applications which run on mobile devices have special user interface requirements. I think Apple did a great job introducing innovative controls on the iPhone/iPod touch platform.
Now, I have to ...
10
votes
5answers
2k views
Grid controls compatible with .NET and Mono?
Do you know any grid control compatible with .NET and Mono?
DataGridView seems to be quite buggy on Mono, and GTK# controls depends on GTK+ so you need to install it in windows machines where, ...
9
votes
5answers
851 views
Need I remove controls after disposing them?
.NET 2
// dynamic textbox adding
myTextBox = new TextBox();
this.Controls.Add(myTextBox);
// ... some code, finally
// dynamic textbox removing
myTextBox.Dispose();
// ...
9
votes
1answer
1k views
WPF snapping controls
my current free-time project, in order to dive into WPF MVVM, is a "digital" copy of an old puzzle I used to play a lot in my childhood. It basically is a simple puzzle where one has to fill a given ...
9
votes
2answers
4k views
Setting the TabIndex property of many form controls in Visual Studio?
What is the most efficient way to set/re-order the TabIndex properties of many form controls in Visual Studio? When I change the layout on a large form, or even on initial design, I often wonder if ...
9
votes
6answers
4k views
What Literal control is used for in asp.net? and difference between it and Label?
What Literal control is used for in asp.net? and What is the difference between them and Label control?
9
votes
4answers
8k views
Text on a ProgressBar in WPF
This may be a no-brainer for the WPF cognoscenti, but I'd like to know if there's a simple way to put text on the WPF ProgressBar. To me, an empty progress bar looks naked. That's screen real estate ...
9
votes
11answers
6k views
Is there a good WPF pivot control?
Does anyone have any experience with a good wpf pivot table control?
9
votes
7answers
3k views
ASP.NET AjaxToolKit vs other third party Ajax controls (Telerik, etc) [closed]
We have a new developer who swears by Telerik controls and would like us to purchase licenses for the entire development team (8 devs) as he feels they speed up the development process. As half of ...
9
votes
10answers
2k views
Genealogy Tree Control
I've been tasked (by my wife) with creating a program to allow her to track the family trees on both sides of our family.
Does anyone know of a cost effective (free) control to represent this type of ...
8
votes
2answers
598 views
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 certification course. The purpose of this control is unclear to me.
In the examples, the ...
8
votes
2answers
351 views
Replacing a component class in delphi
I know I've seen an example somewhere of a hack to define a custom version of an existing VCL component, like TButton or TEdit, with the same class name and do something to make it so that the DFM ...
8
votes
3answers
3k views
Alternatives To The Treeview [closed]
In my opinion treeviews are overused, therefor I don't really care for them. Sometimes they're necessary but I can imaging that one could always find a good alternative to the standard treeview.
What ...
8
votes
3answers
7k views
Setting Button FlatStyle in WPF
I have just been learning about how styles and control templates in WPF can affect the appearance of buttons,
I'm trying to set the Button's FlatStyle, in the resources I've seen I can't find ...
8
votes
3answers
367 views
Java date and calendar controls
Does anybody have any recommendations of good date pickers (either drop down calendars or small calendar components) for use in a Java Swing application - either beans or source code? They need to be ...
8
votes
1answer
5k views
Why will <%= %> expressions as property values on a server-controls lead to a compile errors?
This question is a result of what i noticed while trying to answer another question. And now im curious to know why <asp:TextBox runat="server" Visible="<%= true %>" /> leads to a compile ...
8
votes
4answers
6k views
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 whether JavaScript is enabled or disabled on the clients browser,
Does anyone know the right ...
8
votes
7answers
19k views
How to freeze GridView header?
As in a title, does anyone know how to freeze GridView header in ASP.NET ?
8
votes
3answers
8k views
Applying Styles To ListItems in CheckBoxList
How can styles be applied to CheckBoxList ListItems. Unlike other controls, such as the Repeater where you can specify <ItemStyle>, you can't seem to specify a style for each individual ...
7
votes
4answers
858 views
What is the best way to simulate a Click with MouseUp & MouseDown events or otherwise?
In WPF most controls have MouseUp and MouseDown events (and the mouse-button-specific variations) but not a simple Click event that can be used right away. If you want to have a click-like behaviour ...
7
votes
1answer
198 views
Is there an event in Delphi that fires when ActiveControl changes?
I would like to run a small routine whenever the ActiveControl changes. How can I do this? I thought about having a timer that checks the active control at certain intervals, and fires my routine when ...
7
votes
2answers
285 views
Avoiding the need to call ProcessMessages
I've got a component I created that embeds a hardware-accelerated renderer in a TWinControl so you can place it on a form. It works pretty well in most cases, but if I try to resize the control, ...
7
votes
1answer
3k views
Detecting a control's focus in Silverlight
Is there any way to tell whether a control (specifically a System.Windows.Controls.TextBox) is focused in Silverlight? I'm looking for something like the following (what you would see in a regular ...
7
votes
2answers
9k views
WPF: ComboBox without dropdown button
I want a ComboBox which has no dropdown button but can still be opened when I click on the text in the combobox.
Is this possible with a WPF combobox?