|
Home > Archive > Microsoft Content Management Server > July 2004 > Embedding postings in repeater blocks?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Embedding postings in repeater blocks?
|
|
| Chris Surguine 2004-07-09, 4:15 pm |
| Does anybody know if it is possible in MCMS 2002 to embed
multiple postings within another posting (to create a
summary report)? I have tried using a Repeater block and
setting the source to a PostingCollection, but I'm not
sure .NET knows how to render the Posting object within
the ItemTemplate. Has anyone else tried to do something
similar and had more luck? Thanks!
- Chris
| |
| Stefan [MSFT] 2004-07-09, 4:15 pm |
| Hi Chris,
this will not work.
You should create a user control that enumerates the postings and renders
the content of the needed placeholders.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"Chris Surguine" <anonymous@discussions.microsoft.com> wrote in message
news:2781601c46388$756e1ff0$a401280a@phx
.gbl...
> Does anybody know if it is possible in MCMS 2002 to embed
> multiple postings within another posting (to create a
> summary report)? I have tried using a Repeater block and
> setting the source to a PostingCollection, but I'm not
> sure .NET knows how to render the Posting object within
> the ItemTemplate. Has anyone else tried to do something
> similar and had more luck? Thanks!
>
> - Chris
|
|
|
|
|