Results 1 to 7 of 7

Thread: Suggestions for ASP.NET Data Repeater

Threaded View

  1. #1

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Suggestions for ASP.NET Data Repeater

    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?
    Attached Images Attached Images  
    Last edited by Wokawidget; Jan 16th, 2006 at 05:03 AM.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width