C# Web App: How can I display a 2 gridviews in alternating rows??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmj07
    New Member
    • Aug 2008
    • 55

    C# Web App: How can I display a 2 gridviews in alternating rows??

    Hi,

    What I need to do is to display a gridview that holds data on 1 row then on the next row display another gridview that holds separate data and so on and so forth for repeating rows. E.g.

    ------------------------------
    Gridview1 data
    -----------------------------
    gridview2 data
    ----------------------------
    Gridview1 data
    ----------------------------
    gridview2 data
    ----------------------------
    ....
    ...
    ..
    ...

    It does not have to be gridviews, can be anything that can hold a datasource like a repeater or something

    Thanks in advance.
Working...