Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 24, 2013 06:42 AM by nguyendc0408
0 Points
2 Posts
Feb 19, 2013 11:10 AM|LINK
Hi,
I want to create a custom webcontrol that I can use it like below:
<myControls:MyGraph id="myGraph1" runat="server"> <Colors> <myControls:ColorD Value="#abcdef" /> <myControls:Color> Blue </myControls:Color> <myControls:ColorD Value="#1ad234" /> <myControls:ColorD Value="#123456" /> </Colors> </myControls:MyGraph>
I mean, I want to get many tags <Color>, <ColorD> in only one tag: <Colors> tag, and get the order of them too.
May Someone help me, please.
Thanks and best regards,
Nguyen DC.
Star
8224 Points
848 Posts
Microsoft
Feb 20, 2013 05:26 AM|LINK
Maybe you can try using writer.RenderBeginTag and writer.RenderEndTag().
Please refer here
http://www.pin5i.com/showtopic-22938.html
Hope it is helpful to you.
Feb 24, 2013 06:42 AM|LINK
Hi Pengzhen, thanks for your answer.
But I mean I want to create web control to USE like that, not result...
nguyendc0408
0 Points
2 Posts
How to create many Tags in one tag using webcontrol in asp.net
Feb 19, 2013 11:10 AM|LINK
Hi,
I want to create a custom webcontrol that I can use it like below:
<myControls:MyGraph id="myGraph1" runat="server"> <Colors> <myControls:ColorD Value="#abcdef" /> <myControls:Color> Blue </myControls:Color> <myControls:ColorD Value="#1ad234" /> <myControls:ColorD Value="#123456" /> </Colors> </myControls:MyGraph>I mean, I want to get many tags <Color>, <ColorD> in only one tag: <Colors> tag, and get the order of them too.
May Someone help me, please.
Thanks and best regards,
Nguyen DC.
</div>Pengzhen Son...
Star
8224 Points
848 Posts
Microsoft
Re: How to create many Tags in one tag using webcontrol in asp.net
Feb 20, 2013 05:26 AM|LINK
Hi,
Maybe you can try using writer.RenderBeginTag and writer.RenderEndTag().
Please refer here
http://www.pin5i.com/showtopic-22938.html
Hope it is helpful to you.
Feedback to us
Develop and promote your apps in Windows Store
nguyendc0408
0 Points
2 Posts
Re: How to create many Tags in one tag using webcontrol in asp.net
Feb 24, 2013 06:42 AM|LINK
Hi Pengzhen, thanks for your answer.
But I mean I want to create web control to USE like that, not result...