I am having problems with an overriden RenderEndTag method not firing. The RenderBeginTag is also overriden but fires ok. This only seems to happen in Safari, there are no problems in IE or Mozilla.
User-1924877455 posted
I do not completely understand your query. Overriding RenderEndTag would be a server side event and I am not sure how the browser is coming into picture here. Have you checked the output of the HTML generated? How is it different for different browsers? --
Madhur "SV_Chris" wrote in message news:2362717@forums.asp.net... >I am having problems with an overriden RenderEndTag method not firing. The >RenderBeginTag is also overriden but fires ok. This only seems to happen in >Safari, there are no problems in IE
or Mozilla. > > Can anyone shed light? >