Stefan [MSFT]
Guest
|
Posted:
Mon Oct 24, 2005 12:51 pm Post subject:
Re: RenderPhServerControl |
|
|
Hi JJ,
actually the tables and other controls are not in the posting object - they
are in the template ASPX file.
What you could do is to do an HttpWebRequest to the posting and then parse
the resulting content but that would be quite inperformant.
Not sure if there is a better solution.
You should post this question to an ASP.NET related newsgroup as that is not
really a MCMS related question.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"JJ" <JJ@discussions.microsoft.com> wrote in message
news:CB6D450C-5F1F-4CAD-8C2A-791C537EA416@microsoft.com...
| Quote: | Hi,
I downloaded Stefan's RenderPhServerControl and used it successfully. It
can
be used for the different types of placeholder in the posting.
But I need the replication not only on Placeholder but also on other
UI.WebControls too i.e. tables. I tried (Posting)p.Template.__ but there
isn't any links to the controls. How can access them?
Thanks a lot! |
|
|