using
namespace
{
InitializeComponent();
}
wResp.Close();
timer1.Enabled =
SendSMS1(dr);
);
SMSThread.Start();
NumberOfThread = objCon.GetNumberOfThreads();
btnStart_Click(
btnStart.Enabled =
btnStop.Enabled =
Please test my code is it workable or not
What I m Doing here ---
I have created a project in which User can send SMS ,AS user send SMS it stores in my database. Now I read the sms from database and send sms to my provider . I have to fire the api .I need good speed so I use Thread but the speed is not satisfactory Please Help me .