Search Wiki:
Real World implementations of custom controls for ASP.NET.


Real World Controls Home Page
ASP.NET Real World Controls is designed to provide working examples of custom controls which developers commonly need to implement in real world development. ASP.NET provides a great foundation of controls, but often we need to go a little bit futher in our development projects. ASP.NET Real World Controls attempt to capture those common scenarios and create reusable controls out of them.

This project was originally available on GotDotNet, but we've moved to CodePlex. In addition to moving to CodePlex, we've also expanded the scope of the project. While we originally focused on GridView only, now we'll expand to other ASP.NET controls as well.

Here is some documentation.
http://blogs.msdn.com/mattdotson/articles/490868.aspx
http://blogs.msdn.com/mattdotson/articles/541795.aspx
http://blogs.msdn.com/mattdotson/archive/2006/03/02/real-world-gridview-excel-like-frozen-headers-for-asp-net-2-0.aspx
Keep in mind that some of these posts were about older versions of the code, and that some of the code might have changed since then. It should give you a good understanding of what is going on though.

FAQs
How do I get the code?
Download it from the "Source Code" tab.

What if I only want the binaries?
Download them from the "Releases" tab.

Can I use this code in my own projects?
Yes, Real World Controls are shared source. Make sure to read the license to understand the exact conditions.

Where can I get the PUBS database that is used in the samples?
http://www.microsoft.com/downloads/details.aspx?FamilyID=06616212-0356-46a0-8da2-eebc53a68034&displaylang=en

How do I contribute?
Join the project!

Try out some new features
**Vote for work items/bugs to help prioritize
**Post comments to the forums
**Download a release
**Download the source code
Last edited May 11 2007 at 4:55 PM  by mattdotson, version 7
Comments
danrdevine wrote  Apr 19 2007 at 2:49 PM  
Where did the source go?

alphonseg wrote  Apr 28 2007 at 12:20 PM  
Please make the source code available!

megasoft78 wrote  Jun 17 at 8:29 PM  
Hi,
I wrote an article on Bulk Edit with GridView without DataSource control.
This is the link:
http://www.codeproject.com/KB/webforms/BulkEditGridView.aspx

Updating...