Search Results

1
vote

.net: System.Web.Mail vs System.Net.Mail

The few times I ran into this, I found that that the methods and properties were all almost identical- changing the object type was just about all I had to do. There were one or two other little th …
0
votes

How to best merge information, at a server, into a “form”, a PDF being generated as the final output

Same boat. We're currently making pdfs this way: vb6 app drops a record into sql (with filename, create date, user, and final destination) and the xls (or doc) gets moved into a server directory ( …
1
vote

How do I programmatically create a PDF in my .NET application?

We're using pdftron. works. not free. …
0
votes

What is the best virtual grid for Winforms Csharp

Xtra Grid from DevExpress is good, but the learning curve is steep (for master-detail, anyway). We like it better than any other that we have tested. The price isn't obscene like some other package …