Blog      Products      DotNetWiki      Support      Contact  
  ASP.NET PowerPack
The ASP.NET PowerPack contains 28 rich, cross-browser controls including:
 - RichTextBox
 - ComboBox
 - DatePicker
 - No-Repost validator

Try the ASP.NET PowerPack free today!
 - More Info
 - Download
 - Price List
 - Licensing
 - Buy Now!

 
     Web Tools
 - The DotNetWiki
 - OPML Viewer
 - RSS Viewer
 - ASP.NET Colors
 - Base64 Encode
 - Base64 Decode
 - HTML Encode
 - HTML Decode
 - URL Encode
 - URL Decode
 - Crazy IPs
 - Whois

 
     Windows Tools

ADO.NET ConnTest
A simple, free Windows program to test ADO.NET connection strings.

Lines of C#
Ever wanted to know how many lines of C# code are in a file or folder hierarchy?  This free Windows program will tell you.

XmlTools
Free tools to process XML files from the command line.

 
ASP.NET PowerPack CollapsiblePanel Control

This control allows you to have subsections of your form or page that are immediately available to your users, but aren't shown by default. Here's a simple example:

This is a simple collapsible panel (click to expand).

The CollapsiblePanel control takes full advantage of ASP.NET's built in Style functionality. You can set the style for the title, the body, or the whole panel exactly the same way you always specify styles.

This is another control, with some styles set.
This control takes advantage of the configurable styles in the control to provide custom color and formatting. Note: This control is expanded by default.

Of course, things can get pretty ugly...

This is an ugly control

This panel includes some nested controls.

View ASPX Source (click to expand)