Posted by
Andy Brown on 19 September 2011 | no comments
With the introduction of the ListView data control in ASP.NET 3.5, there are now 4 separate tools for displaying multiple rows of data in ASP.NET. Which one is best - GridView, Repeater, DataList or ListView?
Posted by
Andy Brown on 02 August 2011 | no comments
Visual Studio is a great tool for developing websites using ASP.NET - it can be made even greater by tweaking some default settings. Use this blog to change the default start-up options, assign a navigate backward key, insert attribute quote marks and open pages in HTML view by default.
Posted by
Andy Brown on 10 May 2011 | 1 comment
It's been irritating the author for a long time now that some websites weren't showing up as recent projects in the Visual Studio File menu. The reason is that they didn't have an associated solution - this article shows how to create a blank solution and add your project to it, thereby removing the irritation!