display contents from aspx in IE
I want to read contents of a file say a textfile or aspx .after reading i want to display the contents of the file in IE.say the text file contains creating a table code,and after reading using stream reader want to display thru response.write it will execute the code.is there any other way to display in the page rather than assigning to a control like textarea (i.e. i want to do it without using controls.)
|