Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 11th, 2005, 04:16 PM
Registered User
 
Join Date: May 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default datalist layout

Hi,

I've been stuck with a Datalist layout question I need help on. I would appreciate if someone can give some insight.

I'm trying to Display this in a DataList.

Game 1 2
Team1 Logo 116 120
Team2 Logo 103 101



The data table I use to bind to the Datalist containts these records.

TeamName Game TotalGames TotalPoints logo
Heat 1 2 116 heat.gif
Nets 1 2 103 nets.gif
Heat 2 2 120 heat.gif
Nets 2 2 101 nets.gif

I'm able to get the total points to display correctly but for the top Header and Side header images.
116 120
103 101

<asp:datalist id="dtlResults" runat="server" RepeatColumn = 2 RepeatDirection="Vertical">
<ItemTemplate><%#DataBinder.Eval(Container.DataIte m, "TotalPoints")></ItemTemplate>
</asp:datalist>

Can somesone show me how to set up the header template and side template so that the border lines on the datalist extends to the logos and game numbers?

Thank You.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Datalist inside datalist amit.jagtap ASP.NET 2.0 Professional 1 September 4th, 2007 05:03 AM
CSS Layout DeadMeatGF CSS Cascading Style Sheets 2 November 5th, 2005 03:23 PM
Datalist layout silverfox_1188 ASP.NET 1.0 and 1.1 Professional 2 May 13th, 2005 05:43 AM
layout adflynn Java GUI 0 November 9th, 2004 06:33 AM
Datalist layout Problem ManoYaka ASP.NET 1.0 and 1.1 Basics 1 February 3rd, 2004 10:40 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.