Link to home
Start Free TrialLog in
Avatar of cdemott33
cdemott33Flag for United States of America

asked on

Displaying Data - Single Date, multiple rows

Hi All -

I'm looking to present records to my users this way.
User generated image
My challenge is this.  If there are multiple records for the same date I only want to display the date once.  

I'm stuck on a.) how to do this and b.) what would be the best tool to replicated my example above.   (ie. GridView, Repeater, or something else)

Can you help?
Avatar of Ammar Gaffar
Ammar Gaffar
Flag of United Arab Emirates image

Hi,
Check this link for the same, using Crystal Reports

http://stackoverflow.com/questions/9529141/how-to-merge-rows-in-crystal-report

Good Luck
ASKER CERTIFIED SOLUTION
Avatar of CodeJunky
CodeJunky
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cdemott33

ASKER

I decided to use a nested repeater to get my results, but thanks for the information.