Good Day Vb.net geniuses! I would like to ask what is the easiest way to email the data's inside the datagridview? or if possible the whole table :) I searched some tutorials in the web but all of them are quite complicated. Any idea guys?
karlcunanan 0 Light Poster
Recommended Answers
Jump to PostProbably the easiest is to, use a text file. Have each row on one line of a file with the values, converted to string, comma delimited. Use a
.csv
extension and the receiver should be able to load it into a spreadsheet. For readability maybe make the first line with …
Jump to PostI found this ebook very helpful, it has a chapter on how to send email
All 6 Replies
tinstaafl 1,176 Posting Maven
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
karlcunanan 0 Light Poster
tinstaafl 1,176 Posting Maven
karlcunanan 0 Light Poster
tinstaafl 1,176 Posting Maven
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.