Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites


ASP Insider Follow Me On Twitter

November 2007 - Posts

Using Custom Script Files with ASP.NET AJAX
I am slowly but surely started to really get the hang of this AJAX stuff, especially with the ASP.NET AJAX framework. I have been having an issue with some basic existing JavaScript working with the framework though. Finally I broke down and read the Read More...
GeekSpeak on httpHandlers and httpModules
I am excited to announce that I will be doing a GeekSpeak with Glen Gordon and Lynn Langit on November 28th . I will be showing how to practically use httpModules and httpHandlers. You can register to be a part of the live GeekSpeak presentation or catch Read More...
Highlight Rows in a Repeater
This morning I came across a really well written new Blog by Miron Abramson on ASP.NET. One of his early entries is a method to Highlight the row in a GridView control as the mouse passes over it . I particularly like the way he abstracts the functionality Read More...
ReadyBoost to the Rescue
This week I actually took time out of my schedule to do some semi-formal training. We used VMWare and had a couple of virtual servers running at the same time. My laptop is a nice Latitide with 2GB of RAM. If you have any experience with virtualization Read More...
You Cannot Install Windows SharePoint Extensions for Visual Studio on 64 bit Vista
So I am trying to get as many SharePoint components installed on my laptop as I can. I have 64 bit Vista Ultimate installed and occasionally come across something, like Flash, that cannot be installed on the system because I am 64 bit. So I tried to install Read More...
The Socialist State of Maryland Places Sales Tax on Software Programming
In a crazy move the state of Maryland has decided to slap an additional sales tax on custom software development and other technical service work . Since I am not a resident of the overpriced and already over taxed state of Maryland I cannot say with Read More...
Compressing a File as it is Uploaded
This summer I got to work on a project that stretched my experience a little by requiring that I learn to use the compression classes in the .NET framework. There is not a whole lot of stuff out there on using these classes so I thought I would attempt Read More...