Ok, I have a dilly of a pickle. I'm creating a category and sublist kind of thing. What i want it to look like is: Category Item Item Item What i have is: CategoryCategoryCategoryCategoryCategoryCategoryCategory ItemItemItemItemItemItemItemItemItemItemItemItem
It's a nasty mess, because the category is of course listed in my db for each item. So, if I have 5 Items under a category, the category types out 5 times. How do I tell it to list each item everywhere it needs to be, but the category only once?
.jpg" >
" target="_blank">
can you use a datalist in a datalist have the parent datalist print out the category then have the second datalist with a datasource a function that queries the db with the category
Hawss
Member
85 Points
17 Posts
Repeat without duplicates.
Aug 06, 2003 08:45 PM|LINK
afnugent
Member
429 Points
90 Posts
Re: Repeat without duplicates.
Aug 07, 2003 01:18 AM|LINK
Hope this Helps
SushilaSB
Star
11417 Points
2265 Posts
Re: Repeat without duplicates.
Aug 07, 2003 02:14 AM|LINK
Visual ASP/ASP.NET MVP
http://weblogs.asp.net/sushilasb
Hawss
Member
85 Points
17 Posts
Re: Repeat without duplicates.
Aug 07, 2003 04:03 PM|LINK