A
Allan Ebdrup
I have a custom server web control that inserts another custom web server
control in a templated child control (a wisard that inserts a header in its
wizardstep)
Now after switching to design view and back the header is inserted in the
aspx page's xml. I don't want this because then yet another header is
inserted when I switch to design view again.
I've tried looking through the attributes you can set on a component but I
can't find anything that stops serialization of an entire component, only a
property or event.
How can I stop the design view from actually inserting the header into the
xml of the wizard step template?
Kind Regards,
Allan Ebdrup
control in a templated child control (a wisard that inserts a header in its
wizardstep)
Now after switching to design view and back the header is inserted in the
aspx page's xml. I don't want this because then yet another header is
inserted when I switch to design view again.
I've tried looking through the attributes you can set on a component but I
can't find anything that stops serialization of an entire component, only a
property or event.
How can I stop the design view from actually inserting the header into the
xml of the wizard step template?
Kind Regards,
Allan Ebdrup