Mark's Stuff

My Foray Into Weblogging. Using this to store interesting items for later review.

Tuesday, November 18, 2008

An Ajax Cross Browser GridView Fixed Header Extender

 

DevArchive.net Blog: Cross Browser GridView Fixed Header Extender, ASP.NET AJAX

A nice AJAX extender control for GridView to provide fixed header row for scrolling grid.

Labels: ,

Saturday, November 15, 2008

jQuery Update: Intellisense

 

Microsoft has released a patch for VS 2008 to enable better intellisense support for Javascript files, esp. jQuery.  This patch enhances VS to look for like-named javascript files for intellisense documentation.  For instance, for jQuery, you would have these lines in the head of your page:

Downloads:

VS 2008 SP1 Hotfix: http://code.msdn.microsoft.com/KB958502/Release/ProjectReleases.aspx?ReleaseId=1736

jQuery:
http://docs.jquery.com/Downloading_jQuery#Download_jQuery

jQuery Doc:
http://code.jquery.com/jquery-1.2.6-vsdoc.js
(or use jQuery download above, and select the "Documentation: Visual Studio" link)

Labels: ,