Can the ItemHeader repeat for each "section break" in a Repeater?

From: Mike Lerch (mlerchNOSPAMTHANKS_at_bigfoot.com)
Date: 03/04/04


Date: Thu, 04 Mar 2004 08:03:22 -0500

I have data like this:

Album Song
Led Zeppelin I Good Times Bad Times
Led Zeppelin I Babe I'm Gonna Leave You
Led Zeppelin I You Shook Me
Led Zeppelin I Dazed and Confused
Led Zeppelin II Whole Lotta Love
Led Zeppelin II The Lemon Song
Led Zeppelin II Heartbreaker

Is it possible for a repeater to show the Header each time the album
changes? In other words something like

Led Zeppelin I (Header)
        Good Times Bad Times (Item)
        Babe I'm Gonna Leave You (Item)
        You Shook Me (Item)
        Dazed and Confused (Item)
Led Zeppelin II (Header)
        Whole Lotta Love (Item)
        The Lemon Song (Item)
        Heartbreaker (Item)

Any help is appreciated! PS, if the repeater won't do it, is there a
control that will?

Lerch



Relevant Pages

  • Re: Can the ItemHeader repeat for each "section break" in a Repeater?
    ... a repeater than handles the album and an inner repeater that handles the ... this is a new album. ... or a single repeater with a datasource that unions album titles and titles ... > Led Zeppelin I Babe I'm Gonna Leave You ...
    (microsoft.public.dotnet.framework.aspnet)
  • Can the ItemHeader repeat for each "section break"?
    ... Is it possible for a repeater to show the Header each time the album ... Led Zeppelin II ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: Repeater Control : Can it work with different data sources?
    ... The repeater, as a control, is made up of templates for rows of data (and ... every second row) and then a header and footer template. ... The norm, when creating a table, is to put the and all header tags ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: !!!Attention ASP .Net Gurus :: Repeater problem!!!
    ... The DataSource property on the Repeater is populated with a DataView ... myRepeater_ItemDataBound and successfully executes once the DataBind ... breakpoint here. ... the code stopped on the Header and Footer ...
    (microsoft.public.dotnet.framework.aspnet)
  • !!!Attention ASP .Net Gurus :: Repeater problem!!!
    ... The DataSource property on the Repeater is populated with a DataView ... myRepeater_ItemDataBound and successfully executes once the DataBind ... breakpoint here. ... the code stopped on the Header and Footer ...
    (microsoft.public.dotnet.framework.aspnet)