开发者

Asp display txt from access

开发者 https://www.devze.com 2023-01-09 18:44 出处:网络
i got a field that contains txt files in my access database. i want to display this txt file on my page. how can i read the file and display it exactly as it in file written? In which asp component ca

i got a field that contains txt files in my access database. i want to display this txt file on my page. how can i read the file and display it exactly as it in file written? In which asp component can i display it? I k开发者_JAVA百科now some methods to read file but they don't work as i want. my text files have a format and i want to display them so in my page.

Thanks


Solved! it was very easy. i am giving the path to the file and just calling Response.Write(pathToFile) in template.

0

精彩评论

暂无评论...
验证码 换一张
取 消