Learning innovation along the way

By Sam MacDonald on 2/8/2008 1:15 PM
While working on one of my modules I had a request to be able to sort the items in my DataList alphabetically. This seemed to be a trivial thing as far as I was concerned so off I went.  I was using a DataTable to bind to the DataList control for viewing the links I was building.  So with a quick search on Google I came up with some sample code to give me the basics of what I wanted to accomplish.  So in the following I will present both a C# and VB version of the code for anyone to use in their applications.

...
By Sam MacDonald on 8/1/2007 12:28 PM
Microsoft has released Visual Studio 2008 Beta 2 to the public for anyone interested in testing out what is coming to developers in the future.

Their download page found here, contains information about the new visual studio as well as downloads for the Standard, Professional, Team Suite and Team Foundation Server.  They have provided installation images as well as VPC images to get you up and running quickly with the product.

...