-
Hello,
I want to create a webpage using ASP, reading a SQL db and then SAVE the webpage just created onto my HDD.
eg..
I want to read thru my db and "write" all records onto a webpage into a table, with some colours,nice fonts etc etc. and then have my ASP program save this page onto my hdd automatically - how do I do this save process??
Any help please!!??
Thanks,
T
-
Use File System Object to Store the file.
Here, You have to Store the Entire Html code Prepared from Database in to A variable and Then Store the variable in to a file
-
Thanks, but I'm lost!! How does one do this??
T