G
Guest
Hi All
Trying to better understand how to do ASP.NET here, and am having a hard time understanding how to format data in a Hierarchical manner
Basically, I've looked at the Repeater control with Templates and this doesn't appear to be able to provide the type of output that I'd like. I also come from a ColdFusion background and so am used to putting formatting, breaks in loops that reside on the actual page. I REALLY like this concept of CodeBehind and would like to take advantage of this, but am having a difficult time understand how to keep IF's and LOOPS out of the HTML based page
The page I'm trying to build would have the following format
Song Title (Song #1
- Song Part (Demo
- Song Part (Melody
- Song Part (Tenor
- Song Part (Alto
Song Title (Song #2
- Song Part (Demo
- Song Part (Melody
- Song Part (Tenor
- Song Part (Alto
I don't see anything in the Repeater control to handle breaking on Song, so I'm at a loss here
Anyone clue in a newbie such as me
Appreciate any help in figuring this out
Thanks...Bob
Trying to better understand how to do ASP.NET here, and am having a hard time understanding how to format data in a Hierarchical manner
Basically, I've looked at the Repeater control with Templates and this doesn't appear to be able to provide the type of output that I'd like. I also come from a ColdFusion background and so am used to putting formatting, breaks in loops that reside on the actual page. I REALLY like this concept of CodeBehind and would like to take advantage of this, but am having a difficult time understand how to keep IF's and LOOPS out of the HTML based page
The page I'm trying to build would have the following format
Song Title (Song #1
- Song Part (Demo
- Song Part (Melody
- Song Part (Tenor
- Song Part (Alto
Song Title (Song #2
- Song Part (Demo
- Song Part (Melody
- Song Part (Tenor
- Song Part (Alto
I don't see anything in the Repeater control to handle breaking on Song, so I'm at a loss here
Anyone clue in a newbie such as me
Appreciate any help in figuring this out
Thanks...Bob