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:
ASP.NET Dynamic Data: Customizing the UI : Brad Abrams
The Weekly Source Code 30 - VB.NET with XML Literals as a View Engine for ASP.NET MVC : Scott Hanselman's Computer Zen - ASP.NET
ASP.NET Internals IIS and the Process Model : Simone Busoli
How to Popup a Window Using DIV Layer in ASP.NET 1.x/2.x : Bilal Haidar
A Guide to the ASP.NET 2.0 Wizard Control : Steve C. Orr

Post your comment

Comment