S
shapper
Hello,
I am creating a custom control and inheriting from web control.
However I need to write the complete HTML code that the control
outputs.
It has no child controls. Just pure HTML code.
Should I now inherit my custom control from web control and inherit it
from control.
And if yes, what are the function I need to override to do this?
I am trying to get rid of the begin and end tags that ASP.NET uses to
wrap my custom control HTML code.
Could someone point me to some article?
How can I do this?
Thanks,
Miguel
I am creating a custom control and inheriting from web control.
However I need to write the complete HTML code that the control
outputs.
It has no child controls. Just pure HTML code.
Should I now inherit my custom control from web control and inherit it
from control.
And if yes, what are the function I need to override to do this?
I am trying to get rid of the begin and end tags that ASP.NET uses to
wrap my custom control HTML code.
Could someone point me to some article?
How can I do this?
Thanks,
Miguel