Hi,
Is there any way to read data from a file and then output an exact copy of that data byte for byte to an html page.
Response.Write(objStreamReader.ReadLine())
Can someone please send me a replacement for the above so that I can copy the input to output without any encoding interference.
The file is ANSI - contains characters with values above 127.
If I hand code the page everything comes out fine.
Is there any way to read data from a file and then output an exact copy of that data byte for byte to an html page.
Response.Write(objStreamReader.ReadLine())
Can someone please send me a replacement for the above so that I can copy the input to output without any encoding interference.
The file is ANSI - contains characters with values above 127.
If I hand code the page everything comes out fine.