I have a line of text thats being writen by a \[code\]Response.Write\[/code\] inside a dll im using.\[code\]hello world<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html>....\[/code\]So I'm wondering if there is a way that I can override this \[code\]Response.Write\[/code\] so that nothing is written before the \[code\]<html>\[/code\] tag?