Forum Moderators: open
i have a asp page that currently retrieves data from a database and then displays it like this:
Response.Write strData
instead of displaying the data onscreen i want the data to be written to a .html file. and if there is already data in the html file it should overwrite it all.
can anyone plz tell me how i can do this?
cheers
That URL should get you going in the right direction.