View Post

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 Reading
Written by DevelopmentNow -- October 24, 2006
View Post

MemoryStream 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 Reading
Written by DevelopmentNow -- October 11, 2006
View Post

EnableViewState 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 Reading
Written by DevelopmentNow -- October 11, 2006
View Post

PDF 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 Reading
Written by DevelopmentNow -- October 11, 2006
View Post

Section 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 Reading
Written by DevelopmentNow -- October 8, 2006
View Post

ASP.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 Reading
Written by DevelopmentNow -- October 4, 2006
View Post

ASP.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
Written by DevelopmentNow -- September 26, 2006