My code is not WPF or Silverlight (not XAML, that is)! I mentioned explicitly that it is XML, if it was XAML, I would have said so. Sorry if I didn't make that clear, however, I have no reference to XAML, WPF or Silverlight anywhere in my question.
This is an ASP.NET forum, not a Silverlight, so you must assume that questions placed here relate to ASP.NET. Does WPF/Silverlight use ControlBuilders? I don't know, never used it, but since ASP.NET does, and since ASP.NET also uses XML for the markup...
what about runat="server"? Why not go for the simple answer - this is an ASP.NET question! :-)
I assume nobody knows the answer, that's OK, I will try to investigate some more.
RicardoPeres
Participant
1014 Points
32 Posts
ControlBuilder and Custom Control Child Properties
Feb 23, 2012 11:38 AM|LINK
Hi,
I am trying to build a custom control from its string representation.
The full XML for the control would be something like:
<canvas:Canvas runat="server">Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: ControlBuilder and Custom Control Child Properties
Feb 25, 2012 12:27 AM|LINK
Are you asking question about Silverlight?If so,I strongly suggest you directly ask the question here:
http://forums.silverlight.net/
RicardoPeres
Participant
1014 Points
32 Posts
Re: ControlBuilder and Custom Control Child Properties
Feb 28, 2012 09:44 AM|LINK
Hello,
No... and I can't understand what this has to do with Silverlight, this is clearly an ASP.NET question (does Silverlight use ControlBuilders?).
No ideas? I thought this forum was for advanced questions... :-(
Thanks,
RP
TimoYang
Contributor
3732 Points
1275 Posts
Re: ControlBuilder and Custom Control Child Properties
Feb 28, 2012 10:52 AM|LINK
Your codes are related to silverlight, and you are using WPF to create controls with that... Aren't you???
RicardoPeres
Participant
1014 Points
32 Posts
Re: ControlBuilder and Custom Control Child Properties
Feb 28, 2012 11:26 AM|LINK
Hi, TimoYang!
My code is not WPF or Silverlight (not XAML, that is)! I mentioned explicitly that it is XML, if it was XAML, I would have said so. Sorry if I didn't make that clear, however, I have no reference to XAML, WPF or Silverlight anywhere in my question.
This is an ASP.NET forum, not a Silverlight, so you must assume that questions placed here relate to ASP.NET. Does WPF/Silverlight use ControlBuilders? I don't know, never used it, but since ASP.NET does, and since ASP.NET also uses XML for the markup... what about runat="server"? Why not go for the simple answer - this is an ASP.NET question! :-)
I assume nobody knows the answer, that's OK, I will try to investigate some more.
Thanks!
RP