Hi all,

I would like to Silent Download a file from Server Machine to Client Machine....in Asp.net 2005,

Can any one solve this Issue???

Kindly revert back to me if you have any concerns....

Thanks and Regards,
kumar.

File.WriteAllLines("D:\test.csv", data)
Response.Redirect("test.xls")
First write all data to file.
then use respose.redirect method.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.