hi,
i want to convert my asp page into a file format(.txt or .doc). is that possible. (ie), when i display the results in a asp page, i've 2 options, one to print and other to convert to a file. how to print thru asp code and how to convert to a file.
Please help me.
With regard to printing, where do you want the printing to happen? At the server end, or the client (i.e. browser) end?
MarcusJT
- former ASP web developer / former SPF "ASP Guru"
- *very* old blog with some useful ASP code
- Please think, Google, and search these forums before posting!
thank u,
the links are really helpful. but, in the first link, it is abt creating a file and writing contents into it but it is not abt converting an asp page contents to a file.
i want to print it on the client end as a report.
Users can print any web page that they want simply by using the browser's print function. If you want to trigger this automatically or provide a button to do this on the page itself, then see here: http://www.dynamicdrive.com/dynamicindex9/other1.htm
PS - kajakske's link didn't seem at all relevant to your problem, which is why I provided one which was.
MarcusJT
- former ASP web developer / former SPF "ASP Guru"
- *very* old blog with some useful ASP code
- Please think, Google, and search these forums before posting!
Bookmarks