Feeds:
Posts
Comments

Archive for July, 2006

Carriage return output!

Q:- How can I produce carriage return delimited output of any file to the client side?
Ans:- One way to do it is to create the CSV file of the file or data and redirect it to client side. CSV file is Comma Separated Value, often used to exchange data between disparate applications. After downloading the [...]

Read Full Post »