up vote 129 down vote favorite
230
share [g+] share [fb]

What Free Controls are there for .NET (both Winforms and Webforms)?

link
feedback

locked by Sam Saffron Sep 16 '11 at 6:38

This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. More info: FAQ.

closed as not constructive by Jeremy Banks, Robert Harvey Sep 15 '11 at 4:11

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

22 Answers

Check also the AjaxControlToolkit, they are very customizable ASP.NET AJAX extenders and controls.

link
feedback

The new charting controls from MS.

http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx

link
These charting controls are very powerful, I use the for data presentation in a Desktop application. Microsoft has bouht this library from Dundas. – Marcel Jan 7 '10 at 9:50
feedback

ZedGraph is an awesome graphing library a coworker of mine used on a project recently. They have a lot of examples and excellent documentation, too. It's free (LGPL).

link
1  
Ya, I really like ZedGraph too. They are PRO!!! – faulty Dec 12 '08 at 12:07
feedback

There are a lot of free controls available, but by long, hard experience I stay away from them (as well as commercial control libraries) as much as possible. First, there's the learning curve -- and then the almost inevitable bugs or inexplicable behaviors. Deployment can also be a pain.

If I can't find the control I need in the .Net standard controls, I'll first think about building a user control (or searching the web for something similar that includes source code). If I focus on a user control or source-included control, I then try to evaluate the cost (time) of implementing it -- and compare that to the cost/time of a shareware or commercial control. And, finally, try to evaluate whether the app really needs this whiz-bang thingie or not.

The answer is usually 'not'.

link
1  
+1 because it's worth considering. With any control (commercial or free) you need to consider these things. How often is it updated? Will it be supported in future? How many people are using it (Google it)? Are there active forums? Is the documentation good and is it updated? – MarkJ Feb 26 '09 at 11:06
1  
+1, I agree, choose your controls carefully and infrequently. – E.J. Brennan Mar 11 '09 at 19:49
feedback

DevExpress has 60 freely available controls, and a large set of commercially available controls. We use them in all our projects and I like them for they flexibility and beauty.

link
is devExpress 60 controls really free, or its trial, i don't think trial is really free – Smith Dec 9 '11 at 22:51
@Smith: The 60 controls are really free, full featured, no trial. These are some basic controls, but they all have the nice look and behaviour of the full set of DevExpress controls suite. I use them in my opensource project: replayer.codeministry.ch – Marcel Dec 12 '11 at 13:32
how can i download them? – Smith Dec 12 '11 at 15:04
@Smith, just use the link from the answer: devexpress.com/Products/Free/NetOffer – Marcel Dec 13 '11 at 9:13
feedback

Uploading large files with ASP.NET:

NeatUpload - Looks like a pretty cool Open Source Component. The Progress Bar is in an IFrame and seems to do its job, but the update steps are not very fine grained. Also supports Mono!

More at http://remy.supertext.ch/2008/01/file-upload-with-aspnet/

link
feedback

http://www.componentfactory.com/ - The Krypton Toolkit is not only a very powerful and well built component library, it is free for use and well supported by the developer. If you try it and like it, there are options for purchasing the source code (for a very reasonable price) and for buying extended feature sets in additional libraries.

link
@i don't think this is free anymore, as its a trial – Smith Dec 13 '11 at 18:09
@Smith The Krypton Suite is a trial product but includes the Toolkit which is free to use after the trial has expired. They used to be packaged as separate downloads but were combined. – Chris Porter Dec 14 '11 at 22:16
feedback

These WinForm controls are discussed further on my open-source website here; I have published in-depth articles on several of them as well.

  • ChameleonRichTextBox enhances a RichTextBox with language-specific syntax highlighting, keyword completion (a modest Intellisense), search-and-replace capability, macro support, plus some additional keyboard formatting controls.
  • ExtendedDataGridView extends a DataGridView with filtering, searching, sizing, masking, formatting, and export capabilities.
  • FileMask filters a directory by specifying one--or more--file masks displaying both the list of matching files and a count of matched files; it additionally allows customizing this generic control with additional arbitrary criteria.
  • MultiConnectionStringManager lets you manipulate and test a set of database connection strings and associated details for SQL Server, Oracle, MySql, plus any ODBC data source. It provides interactive handling of database credentials, giving you everything you need to control how users input usernames and passwords, select servers, and choose connection types.
  • QueryPicker builds meta-queries from templates, dynamically generating a set of input fields for the place holders within a meta-query template, then letting the user enter values in any or all fields, and finally returning a finished meta-query. Supports SQL Server, Oracle, and MySql.
  • SqlEditor is an "editor in a box", composed of a ChameleonRichTextBox customized to recognize SQL dialects, an ExtendedDataGridView, a QueryPicker, a MultiConnectionStringManager, and more.
link
feedback

There's a great Office 2007 style ribbon in CodeProject:

http://www.codeproject.com/KB/toolbars/WinFormsRibbon.aspx

link
feedback

There are some great free silverlight controls here.

link
Ty! added to the master list. – George Stocker Mar 8 '09 at 21:17
feedback

Rich text/html editor for websites:

http://www.fckeditor.net/

link
feedback

A couple of WPF datagrids

I've been using the xamDataGrid mostly.

link
feedback

What about this one? This a loading animation which mimic pretty well the FireFox/IE animation.

http://www.codeproject.com/KB/cs/mrg_loadingcircle.aspx

link
feedback

winforms-geplugin-control-library.

Open source controls to work with the Google Earth Plug-in Api from managed code...mine

http://code.google.com/p/winforms-geplugin-control-library/

link
feedback

I'm not sure why, but no one has mentioned Ext.NET nor ExtAspNet.

Both of these wrap ExtJS for ASP.NET. Ext.NET has the most features. ExtAspNet is easier to get started with.

link
feedback

I like the idea behind this control:

link
feedback

Not a visual control, but if you need anything with PDFs, iText# is extremely powerful, and the accompanying book iText In Action is a pleasure to read (colleagues have used it without the book productively too though).

(I used the PdfStamper to manage form inputting via FDF for forms scanned in Acrobat Pro)

link
feedback

Free Custom Web Controls, E-World UI, very useful : http://www.eworldui.net/

link
feedback

DockPanel Suite

link
feedback

Great library to ensure https security for pages/folders of an asp.net website, configurable via the web.config file:

http://www.codeproject.com/KB/web-security/WebPageSecurity_v2.aspx

link
feedback

There is also visual web gui. I used it in a previous workplace. A word of caution: there are some bugs, some hacks, rough edges, and corner cases. But these are pretty minor considering the breadth of the project - which is to provide asp.net as winforms programming.

link
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.