|
Home > Archive > Microsoft Content Management Server > February 2006 > Create Htmlplaceholder control
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 |
Create Htmlplaceholder control
|
|
| Helen 2006-02-17, 10:49 pm |
| Hi:
We are trying to create a htmlplaceholder control by code.
We have the placeholder Definition created in the template, we "only" need
create the control in the posting.
Any idea?
Thanks!!
| |
| Stefan [MSFT] 2006-02-17, 10:49 pm |
| Hi Helen,
the MCMS documentation contains sample code on how to create a custom
placeholder control.
In addition you will find lots of samples here:
http://www.gotdotnet.com/community/...Page=1&Size=100
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
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Helen" <Helen@discussions.microsoft.com> wrote in message
news:BF3C4F5B-FE55-4476-90FD-040E75A71E83@microsoft.com...
> Hi:
>
> We are trying to create a htmlplaceholder control by code.
> We have the placeholder Definition created in the template, we "only" need
> create the control in the posting.
>
> Any idea?
>
> Thanks!!
| |
| Helen 2006-02-17, 10:50 pm |
| Thanks
We forgot add the control
"this.FindControl("PlaceholderControlDestination").Controls.Add(test);"
"Stefan [MSFT]" wrote:
> Hi Helen,
>
> the MCMS documentation contains sample code on how to create a custom
> placeholder control.
> In addition you will find lots of samples here:
> http://www.gotdotnet.com/community/...Page=1&Size=100
>
> 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
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "Helen" <Helen@discussions.microsoft.com> wrote in message
> news:BF3C4F5B-FE55-4476-90FD-040E75A71E83@microsoft.com...
>
>
>
|
|
|
|
|