V
VR
Hi, I'm developing a Web Custom Control and following the MSDN walkthroughs
I got a little confused about one thing using the designer class:
In the sample it shows how to render some label text using <h1> to make it
bigger but when I run the sample the <h1> is left in the designer, it do not
get to my web page (ok, that should be the behavior)
My question is: do I need to put inside the designer class just the output I
want to use in Design mode and all I want to use both in design and run-time
modes in the Render method? Or is there a way to propagate the designer
behavior to the web page? (like accessing the designer properties and output
in the render method?)
thanks in advance,
Victor
I got a little confused about one thing using the designer class:
In the sample it shows how to render some label text using <h1> to make it
bigger but when I run the sample the <h1> is left in the designer, it do not
get to my web page (ok, that should be the behavior)
My question is: do I need to put inside the designer class just the output I
want to use in Design mode and all I want to use both in design and run-time
modes in the Render method? Or is there a way to propagate the designer
behavior to the web page? (like accessing the designer properties and output
in the render method?)
thanks in advance,
Victor