i want to download .csv for that i have written a code in in .asp file as follows
<a href="files/test.csv">test</a>. when i open this html file in browser and click on that link(test), then it opening that file in browser in MS-excel format, instead of giving me dowload file dialog box.With the help of that dialogbox i can download that file. can any one give me the code.with the help of that i can download that file & not opening in browser. is there any facility in asp or code
in asp with the help of which user can download that .csv file using download dialog box, instead of that file is opening in browser.please give me the code
<a href="files/test.csv">test</a>. when i open this html file in browser and click on that link(test), then it opening that file in browser in MS-excel format, instead of giving me dowload file dialog box.With the help of that dialogbox i can download that file. can any one give me the code.with the help of that i can download that file & not opening in browser. is there any facility in asp or code
in asp with the help of which user can download that .csv file using download dialog box, instead of that file is opening in browser.please give me the code