Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional 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:15 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.

 
Old May 13th, 2005, 05:31 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default

Please do not Post the same query in more than one place

http://p2p.wrox.com/topic.asp?TOPIC_ID=30399

Regards
Ganesh
 
Old May 13th, 2005, 05:43 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default

I am not sure whether I understood your situation.

Why do you want to use a DataList specifically, Can use use a DataGrid insted??

Regards
Ganesh





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 Classic ASP Components 0 May 11th, 2005 04:16 PM
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.