Really good Ajax using asp.net Book By Alessandro Gallo, ASP.NET AJAX in Action
Monday 26 November 2007 @ 11:29 am

Alessandro Gallo has written a great book on Ajax in ASP.NET. I strongly recommend this book. Read on for more details.

more...



Bookmarks in Visual Studio 2008 verses Visual Studio 2005
Sunday 25 November 2007 @ 10:39 pm

Bookmarks in visual studio 2008 are not quite what I remember from visual studio 2005. Read on to see what I’ve found.

more...

Comments (0) - Posted in Visual Studio  


Display Checkboxes in ASP.NET 2.0 GridView using skins
Friday 23 November 2007 @ 6:02 pm

This article shows how to take advantage of skin files to make checkboxes show up in gridview as checked, unchecked, enabled and disabled. It’s tricky because skin files can not be changed dynamically at runtime.


more...

Comments (2) - Posted in ASP.NET 2.0