Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - how do you create a dynamic table/pivot table

Reply
 
Old 03-14-2009   #1 (permalink)
fptestws


 
 

how do you create a dynamic table/pivot table

I am new to programming so any guidance will be greatly appreciated.
I am trying to use a repeater and also a pivot table to return data to
a table similar to this...
Dimensions:
2 Seat Sofa 3 Seat Sofa
----------------------
----------------------
Width 72" Width 96"
Height 33" Height 33"
Depth 33" Depth 33"
Seat Height 16 1/2" Seat Height 16 1/2"

I have been able to get the repeater to work but it puts the data
below each, like this...

2 Seat Sofa
--------------------
Width 72"
Height 33"
Depth 33"
Seat Height 16 1/2"
3 Seat Sofa
---------------------
Width 96"
Height 33"
Depth 33"
Seat Height 16 1/2"

The data being returned will be dynamic as some will have multiple
listings and others will not.
Any idea how I can get it to display next to each other?

Thanks in advance!

My System SpecsSystem Spec
Old 03-16-2009   #2 (permalink)
Dawid Rutyna


 
 

Re: how do you create a dynamic table/pivot table

(...)
Quote:

> Any idea how I can get it to display next to each other?
(...)

http://msdn.microsoft.com/en-us/library/x8f2zez5.aspx
I am not sure it this is possible in a easy way. Try to use DataList
control.

If you realy want this horizontal repeater then the solution is propably to
use css styles.
http://programming.top54u.com/post/A...SS-Styles.aspx
http://programming.top54u.com/post/A...iv-Layout.aspx

Dawid Rutyna


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
how to execute query which is use to truen result like pivot table .NET General
Typed datasets and table table adapters components not showing inToolbox .NET General
How to create a hash table from an array PowerShell
dynamic table excel 2007? Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46