Is there any reason, why the ContentPlaceHolder's base class changed from Control to WebControl?
I'm using the ContentPlaceHolder for setting the <head><title> in the master-page. But a WebControl renders a <span>-tag around it's content by default. Doesn't look good in the Browser's titlebar ;-)
I currently solved this by deriving my own MyContentPlaceHolder from ContentPlaceHolder and overriding the RenderBeginTag/RenderEndTag methods.
My question: Is this expected behaviour or will this Control behave in the upcoming release as it has done in the 1.1 Preview 2 build?
br,
oaky


Reply With Quote
