I'm writing a Web User Control that fully generates the html by hand.<BR><BR>I thought I could do so by using Response.Write() to generate the html, but that ends up writing the to the containing ...
Create a custom server control and install it in the GAC.<BR><BR>You cannot share Web-User controls across applications, you have to copy it into each one. Server controls are the solution to that.