|
Hi All,
I am trying to do the following in a WinForm
I need to run a stored procedure, read the values for each row, and then send an email.
the columns being passed are Name of Attachment Name of the Receiver Subject
So, I need to read each row, pick the attachment , pick the name of the person, and the subject and send the email.
It would seem pretty simple in WebForms but with WinForms, i can't seem to understand how to go about it.
Is there any reference or assistances on how i can go about it.
I did try to populate a DataGrid, except that when i see the datagrid, it shows a small plus sign, then the name 'table' and then when i click on the link, it then display the dataset in the datagrid.
I am looking for help.
Thank You
|