Right. Any suggestions on how to layout data to look like the following? I tried using a a web user control with a repeater in it, and for each different location create a new user web control and bind only the establishments applicable to that location to that repeater... but for some reason the repeaters or any other data controls aren't instantiated inside the web user control. Total pain in the bum.
The salient fields in the Establishments table in relation to the image are:
ID, Name, Area
The ID is just the ID for each establishment, the name is the name (e.g. "Arklow Bay Confer....", "Glenart Castle Hotel", "Ballyknocked Coun..." etc. etc."), and the Area (e.g. Arklow, Ashford, Aughrim, Blessington).
Any thoughts on how I could design my Repeater or Grid etc to display everything, but to group by the Area field as in the image?
Last edited by Wokawidget; Jan 16th, 2006 at 05:03 AM.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]