Tag Archives: Developer

Configuring a Windows 8 Dev Environment with Hyper-V and Visual Studio 11

Here is how I set up my Dev environment for Windows 8 using Hyper-V. I am running Server 2008 R2 fully patched with the Hyper-V Role. I went to Windows Developer Preview Downloads to download the ISO. Make sure to use the Windows Developer Preview with developer tools English, 64-bit (x64) Download the ISO Now I’ll create … Continue reading Configuring a Windows 8 Dev Environment with Hyper-V and Visual Studio 11

How to create an ASP.NET AJAX Toolkit Extender Control to Extend a GridView

In a previous post I showed examples of how CSS and JavaScript code could be used to freeze the header row of a GridView control and add scrolling capabilities for Internet Explorer and Firefox. Here’s an example of a GridView with a frozen header: In this post I’m going to discuss how to package up … Continue reading How to create an ASP.NET AJAX Toolkit Extender Control to Extend a GridView