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 ReadingValidating 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 ReadingSome 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 ReadingEasy 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 Readingscript.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 Readinglog4net 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 ReadingMoving 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