Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quick and Dirty Grouping with a Repeater Control 1

Status
Not open for further replies.

faust13

Programmer
Aug 7, 2001
176
US
Does anyone know of a quick and dirty way to do grouping with a repeater control.

Example

Parent Record
-Child Record
-Child Record
Parent Record
-Child Record
-Child Record
-Child Record

I've found some tutorials out there that are way above what I need.

Suggestions?


Thanks,

faust13
Because Han Shoots First
 
I guess that answers my question. There's no quick and dirty way. Found that article, just looking for a simplier way. Grouping is very easy with ColdFusion, I was hoping ASP.Net had similar way.

Thanks!


Thanks,

faust13
Because Han Shoots First
 
There's no quick and dirty way.
I don't agree with that. Both that article and ones such as:


all show simple ways, don't require much effort and can be easily implemented. Another easy method is to do the grouping in you SQL statement even before it is returned to any page.

Also, what is the simple Coldfusion method you use? Maybe that could be emulated just as easily.




____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Perfect ca8msm. Exactly what I was looking for. I'm surprised I didn't run across these articles before.

Thanks again.


Thanks,

faust13
Because Han Shoots First
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top