Hi Everyone,
I was working with DataGridView tool in Visual Studio. I have managed to display data from my database in DataGridView. Now I have to Select some certain rows and store them in such a way, so that I can Use a loop on them and process each row one by one.
Basically I have to select Phone Numbers of Contacts and SEND SMS to all the selected contacts.
Please help. Thanks