views:

29

answers:

1

I have HTML template which has empty forms. How can i fill these forms from Winform? Should i create a new class called CreateInvoiceHTML which creates invoice programmatically?

I haven't done this before, i need some quick ideas to make sure i don't go to the wrong track.

A: 

This post should give you a head start....

Or this previously asked question should work as well.. Use the WebClient class to do the hard work... http://stackoverflow.com/questions/793755/how-to-fill-forms-and-submit-with-webclient-in-c

Or you could choose from the many fine selections here:

David Stratton