I have a client that has this masive application that needs to be filled out entirely online and then when submitted it creates a pdf and emails it to his office. So as a ASP noob I think i bit off more than i can chew any idea? I would appreciate any help that could get me started. Thanks.
and idea i had was all the data would go into a database when it was submitted and then go to another page that would query the database and make a html page that would then be converted to a pdf saved on the server then emailed.
probably the hard way.