I have a dll thats rendering a div at the top of my page i need to remove. Is it possible to edit the html that is about to be rendered, so that i can remove the div from the html before its displayed:\[code\] protected override void Render(HtmlTextWriter writer) {//edit html here? }\[/code\]