hi,
I was using Response.BinaryWrite(myByteArray)to output dynamc content. The content itself appeared OK. but the html was screwed up (first I got the response.binarywrite output then the html - <html><header><body> ect.) which caused other major problems such as overwriting my session variables. So my question is, if I'm generating the dynamic content using InnerHtml what is the equivelent that I need for Response.BinaryWrite that will give me the same output?
I was using Response.BinaryWrite(myByteArray)to output dynamc content. The content itself appeared OK. but the html was screwed up (first I got the response.binarywrite output then the html - <html><header><body> ect.) which caused other major problems such as overwriting my session variables. So my question is, if I'm generating the dynamic content using InnerHtml what is the equivelent that I need for Response.BinaryWrite that will give me the same output?