Dear Sir ,
i have save various email id and mobile no in my database(sql server 2008), and now
i want to send bulk sms on mobile numbers and email id. i want that's code in c# and explain brief.
Pls sir send me code.
Thanks/Best Regards
Suchita singh
Lakshmanan Sethu SankaranarayanPosted May 17, 2014, 12:54 PM
Anupam SinghPosted May 17, 2014, 12:14 PM
you have to use looping statement like :
while(dataReader.Read())
{
SendSms(); // implement this method using bulk SMS API.
}
please don't expect complete code.
Try yourself ,if you stuck somewhere people will definitely help you