I am developing asp.net web applications.
I have .txt file on my server and I want to read contents of .txt file into my .aspx page ( note: I dont want to read context of my .txt file into textbox)
i know that i can export .txt file using Response.ContentType = "application/txt" kind of stuff
help me out
thank u
maxmax