Windows Vista Forums

how do you create a dynamic table/pivot table
  1. #1


    fptestws Guest

    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

  2. #2


    Dawid Rutyna Guest

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

    (...)

    > 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

how do you create a dynamic table/pivot table problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to execute query which is use to truen result like pivot table mina .NET General 1 23 Sep 2009
Typed datasets and table table adapters components not showing inToolbox bz .NET General 4 28 Jul 2009
How to create a hash table from an array RickB PowerShell 2 08 Aug 2008
dynamic table excel 2007? Ricardo Vista General 1 20 Oct 2007
Table Example youngy Avalon 2 10 Jan 2006