View Post

Custom AJAX Validator for ASP.NET

I saw an article today by Stephen Walther about custom validators with ASP.NET. Or I guess it”s not so much an article as an excerpt from a book. Anyhow, the […]

Continue Reading
Written by DevelopmentNow -- September 1, 2006
View Post

Validating Sizes of Uploaded Images in ASP.NET

I wanted to share a quick & easy way to validate uploaded images in ASP.NET. One of my projects has a feature allowing users to upload a logo. But I […]

Continue Reading
Written by DevelopmentNow -- August 17, 2006
View Post

Some issues running ASP.NET 1.1 on Windows 2003

Had a few issues running a 1.1 site on Windows 2003. Things I did to resolve the issues: Made sure v1.1 was selected in the ASP.NET tab in IIS Manager […]

Continue Reading
Written by DevelopmentNow -- August 9, 2006
View Post

Easy Error Logging for ASP.NET

Scott Mitchell wrote recently about a plug & play ASP.NET error-logging framework that he and Atif Aziz wrote for an MSDN article a while back.  The framework is called ELMAH (Error Logging Modules […]

Continue Reading
Written by DevelopmentNow -- July 27, 2006
View Post

script.aculo.us and Atlas — Ajax buddies?

I’ve spent a lot of time lately playing with Atlas & I’m enjoying working with it, despite the huge javascript payload. I wanted to incorporate some script.aculo.us effects into an […]

Continue Reading
Written by DevelopmentNow -- July 26, 2006
View Post

log4net and Visual Studio 2005 — quick and easy

So you have an ASP.NET application and want to do some custom logging other than by using Response.AppendToLog(). Or maybe you have a console app that you want to log what […]

Continue Reading
Written by DevelopmentNow -- June 26, 2006
View Post

Moving ASP.NET Membership to SQL Server 2005

As I posted previously, this was going to be a longer post. But it got erased because I clicked the wrong button on my mouse, so you all get the […]

Continue Reading
Written by DevelopmentNow -- May 12, 2006