Articles from September 2006

Using Atlas.NET 

This article explains the procedures needed to implement Ajax.net in your web applications. 

NOTE: As of November 2006 this information is outdated as the offical release of ASP.NET AJAX was completed.  If you would like to see a tutorial on using the new AJAX tools send me and e-mail!

Read more...

Posted by Mitchel on Thursday, September 28, 2006

Encrypting Files 

Included in this entry is sample C#.NET code (1.1 and 2.0 compliant) that can encrypt and decrypt data files. The input elements are byte arrays and it uses a simple key value that you can substitute for a more advanced value if needed.

Read more...

Posted by Mitchel on Monday, September 25, 2006

Site Map Driven Page Titles 

With the new SiteMap functionality wouldn't it be nice for all of your pages that are part of a master page to have a title that references their position in the site map and the values you have provided for the page titles?

Read more...

Posted by Mitchel on Sunday, September 24, 2006

Making ASP.NET 1.1 Work with FireFox 

This posting explains the use of the BrowserCaps section of the web.config and how you can fix incompatability errors with ASP.NET 1.1 and FireFox with a simple addition to the web.config file

Read more...

Posted by Mitchel on Saturday, September 23, 2006

Disclaimer