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 HyperLink Control

This control builds on the default ASP.NET HyperLink control to provide one new feature: by default the control doesn't generate a link if the NavigateUrl property points to the current page. Instead it just generates the styled text (as is the default HyperLink behaviour if no NavigateUrl property is specified).

This link goes to a different page, so will be shown as a link:

A different page

This link goes to the current page, so will not be shown as a link:

The current page

This link goes to the current page, but has a different querystring component and so will be shown as a link:

The current page, but with a querystring
View ASPX Source (click to expand)