Author: mcosgeorge | Posted on: 9/11/2009 6:03:04 PM | Views : 1092

hello guyz!


after a few weeks getting answers from many many question asked by others in this forum....well i think the time has come to ask a question myself.


well i'm working on a website about booking yacht, which is built combining ASP.NET & vb.NET
my boss wants me to add a funcionality to the site so as when the client makes the booking, then he should be transfered in a new page & get a message that the booking is complete
so far so good :)
the thing is that i must add some code in the background where  a .doc file is created in a new folder on the server that the site is running (or an existing doc in th server is copied to the new folder) and then fill the doc with the details of the contract that i get from the booking form
i'm quite new to asp & vb so my questions are:
1)am i able to mess with the server's file system (create folders, create files, save files, copy files f ...

Go to the complete details ...