You could also use the "OnItemDatabound" Event to put "" in place of the category text until the category changes. I'm thinking you want this alongside the other columns, not above them, no?
--- Charles Carroll <[EMAIL PROTECTED]> wrote: > > http://www.learnasp.com/freebook/learn/databindingtricks.aspx > shows you exactly how to do what you want. > > On 4/25/05, kstrader2002 <[EMAIL PROTECTED]> > wrote: > > > > I am using a repeater control to display 4 > different db fields: > > Category, Subcategory, Activity, Accountability. > I don't want the > > category and subcategory names to be repeated on > every row - it > > should only display once until the > category/subcategory names > > change. So, this is what I want: > > > > Programs > > Safety > > Activity Description > Accountability Statement > > Activity Description > Accountability Statement > > > > This is what I'm getting: > > > > Programs > > Safety > > Activity Description > Accountability Statement > > Programs > > Safety > > Activity Description > Accountability Statement > > > > > > I have the repeater displaying the data - but it > is repeating the > > category/subcategory names each time. How do you > suppress those > > items and only have it display once?? > > > > Thanks- > > > > > > > > > > > > > > > > > > ________________________________ > > Yahoo! Groups Links > > > > > > To visit your group on the web, go to: > > > http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ > > > > To unsubscribe from this group, send an email to: > > [EMAIL PROTECTED] > > > > Your use of Yahoo! Groups is subject to the Yahoo! > Terms of Service. > > > > Yahoo! Groups Links > > http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ > > > [EMAIL PROTECTED] > > > > > > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
