P
Peter Vasko
Hi everybody,
I have a web control that has its own designer implemented....everything
works fine, I get the proper values that are stored in the container but I
would like to go even further and its where the problem appears.
Why do I get a grey box when I open my page containing the control in the
designer. Why can't I see the text that is between <MyTemplate> tags?
If I do the same thing in DataList I can see the text in bold and italics
with the word "Databound" next to it...what am I missing in my web templeted
control designer?.
<ctrl:MyControl id="myCtrl" runat="server"> <MyTemplate>
<b>Title</b><%# Container.Title %><br> <i>Price</i><%#
Container.TotalPostCount %> </MyTemplate></ctrlisplayStats>any help
appreciated..thx
I have a web control that has its own designer implemented....everything
works fine, I get the proper values that are stored in the container but I
would like to go even further and its where the problem appears.
Why do I get a grey box when I open my page containing the control in the
designer. Why can't I see the text that is between <MyTemplate> tags?
If I do the same thing in DataList I can see the text in bold and italics
with the word "Databound" next to it...what am I missing in my web templeted
control designer?.
<ctrl:MyControl id="myCtrl" runat="server"> <MyTemplate>
<b>Title</b><%# Container.Title %><br> <i>Price</i><%#
Container.TotalPostCount %> </MyTemplate></ctrlisplayStats>any help
appreciated..thx