Re: Using ITemplate as property of a custom control
- From: yawarady@xxxxxxxxx
- Date: 24 Jan 2007 13:22:37 -0800
Hi,
I tried to create a class that implements ITemplate and create the
property there but I'm getting this annoying error that I can't
overcome:
Error 1 Cannot implicitly convert type
'System.Web.UI.CompiledTemplateBuilder' to
'Controls.myTemplate' c:\Inetpub\wwwroot\Builder\Default.aspx 12
As for you question, the content of the template should be any type of
one or more controls.
Thanks.
On Jan 24, 6:56 pm, Nathaniel Greene
<Nathaniel.Gre...@xxxxxxxxxxxxxxxx> wrote:
You would probably have to create a class that implements ITemplate and
create a property there. I am guessing you want the property to be linked
with the content inside of the template? That may be more difficult depending
upon what that content can actually be changed to by the user.
"yawar...@xxxxxxxxx" wrote:
Hi,
I am using ITemplate as property of a custom control in order to get
the following struct:
<test:mycontrol>
<myTemplate>
<asp:TextBox..........
</myTemplate>
</test:mycontrol>
The only thing that I want to add now is a property to the myTemplate
tag, in order to be able to set something like:
<myTemplate Text="testing">
Is there any way to accomplish this change?
Thanks- Hide quoted text -- Show quoted text -
.
- Follow-Ups:
- Re: Using ITemplate as property of a custom control
- From: Peter Zolja
- Re: Using ITemplate as property of a custom control
- References:
- Using ITemplate as property of a custom control
- From: yawarady
- Using ITemplate as property of a custom control
- Prev by Date: for gael: highly brilliant posts - doc rizfo fanya sug - (1/1)
- Next by Date: Re: When does ClientID takeon the NamingContainer prefix
- Previous by thread: Using ITemplate as property of a custom control
- Next by thread: Re: Using ITemplate as property of a custom control
- Index(es):
Relevant Pages
|