The GridView is a new web control in ASP.NET 2.0 and is an improvement of the old DataGrid. One of the biggest issues with the DataGrid was the lack of standard compliance and accessibility. This has been fixed in the...

In the world of web developing there are many uncertain elements, but one thing you can always count on is the different rendering of HTML and CSS in the various browsers. A serious web craftsman tests for...

How to resize the browser without using a toolbar

For the past six months or so, I’ve been working on a really cool website in ASP.NET 2.0. As soon as the last bugs and design tweaks have been dealt with, we are releasing it to the world – we’re almost there. Yesterday...

In the light of the immense popularity AJAX has received the last couple of months and the emerging tools like Atlas and AJAX.NET , I thought it was the right time to talk about the implications on search engine...

If you are new to programming or just interesting in learning how other developers approach the art of software development, you should check out Jan Schreuder's article on the subject. He tries to explain the caveats in...

For some strange reason, Firefox caches ASP.NET pages even if you tell it not to. This could create problems with the back-button. Normally you can tell the browser how to cache your web page in two ways. You can use...

Isolated Storage is a place in Windows where .NET is grated read/write permissions by default. It is a physical folder like any other folder and is located somewhere within C:\Documents and Settings\User name\Local...

Today at work i was refactoring my code as I do everyday, when it suddenly hit me that our ASP.NET projects were also refactored in a sense. For those of you who don't know what refactoring is, here's a definition. “...

Last week, Rocky Lhotka returned to the .NET Rocks! online radio show with Carl Franklin , announcing the release of his CSLA.NET 2.0 business object framework. This is exciting news for anyone who uses the framework...