Search Engines for your Web Site Using Google's Custom Search Engine
Google just announced Google Custom Search Engine, which allows you to create your own custom search engine and stick it on your site with a few lines of code. I […]
Continue ReadingMemoryStream Mail Attachments in .NET 2.0
I was having some odd errors sending MemoryStreams as email attachments and I wasn’t finding samples on the web that worked (or compiled). I was finally able to figure out that […]
Continue ReadingEnableViewState for User Controls and ASP.NET Master Pages
I found out today that if you have EnableViewState=”False” in your master page declaration, that ViewState seemed to not be preserved for User Controls (.ascx), even if you have EnableViewState=”True” […]
Continue ReadingPDF Exports with ASP.NET
I’ve been playing with the free PDF library iTextSharp with ASP.NET and I wanted to create a PDF document on the fly & send it to the browser via ASP.NET. […]
Continue ReadingSection 508 Validators
I’m doing a web site where one of the requirements is Section 508 compliance and I wanted to find an online validator similar to W3C’s XHTML and markup validator. So, I […]
Continue ReadingASP.NET AJAX
Atlas, Microsoft’s AJAX framework for ASP.NET, has been renamed to ASP.NET AJAX. Not that there’s a huge surprise, since Atlas was just a code name. There’s no new CTP, although […]
Continue ReadingASP.NET CheckBoxList Validator
Scott Mitchell put up a post about a CheckBoxList validator he built for ASP.NET 2.0. Worth checking out. I wrote a custom validator for CheckBoxLists a few weeks ago & […]
Continue Reading