0

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.

Beginner_Pal
  • 1,285
  • 6
  • 18
  • 23
  • What are you going to do with the HTML pages once you add the content (email, post online, print, PDF)? – Zachary Aug 06 '10 at 22:21

1 Answers1

0

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... How to fill forms and submit with Webclient in C#

Or you could choose from the many fine selections here:

Community
  • 1
  • 1
David
  • 72,686
  • 18
  • 132
  • 173