AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Formatting data in columns with ASP.NET's DataList control : Tony Patton

Wednesday, August 27 2008

ASP.NET provides plenty of data controls to present data in a variety of ways. One common format is displaying a list of items in column format. Learn how to achieve this layout with the DataList control. I was recently talking to a developer about presenting data on a Web page in columns. That is, individual data elements are repeated across the page in a set number of columns and this is repeated down the page. The developer was writing a lot of code to make the Repeater control do the trick. While this approach works, it is much simpler to use the DataList data control....

Read More:
Formatting data in columns with ASP.NET's DataList control : Tony Patton
Also See:
Basic Reporting Part 1: Displaying Data with the ObjectDataSource : Scott Mitchell
Three Cures for Common Site Map Ailments : Jeff Prosise
How to Popup a Window Using DIV Layer in ASP.NET 1.x/2.x : Bilal Haidar
Get the Most Out of Windows Forms Controls : Steve C. Orr
Friendly GridView Deletion Messages : Martin Millar

Post your comment

Comment