EDN Admin
Well-known member
Dear Team,
Ive an assignment developed using VB (not C#) and dbo.database
I have some records in my database table (Evaluations), out of them I query some records in DataGridView using VB (not C#) where Evaluation Status is "Done". I want to email each record using outlook, I have email addresses for To: and CC: textboxes with
each record in same database table.
I want that an automatic loop should be run when I click on send button in my EmailForm (Windows Form) that email all records that are queried in DataGridView.
Kindly suggest me a complete example and souce code.
View the full article
Ive an assignment developed using VB (not C#) and dbo.database
I have some records in my database table (Evaluations), out of them I query some records in DataGridView using VB (not C#) where Evaluation Status is "Done". I want to email each record using outlook, I have email addresses for To: and CC: textboxes with
each record in same database table.
I want that an automatic loop should be run when I click on send button in my EmailForm (Windows Form) that email all records that are queried in DataGridView.
Kindly suggest me a complete example and souce code.
View the full article