ASP.Net Repeater Div Layout using C#

Previous sample shows how to customize the look and feel of ASP.Net Repeater control using HTML Table. In this sample we will see how to customize the appearance of Repeater control using HTML Div Layout. You can use Div overlays CSS styles to display the data items retrieved from the SQL Database similar to Table layout.