Hello,

I have to send an sms through asp.net web application, i am not getting any idea how to go through this.

Any Suggestions Regarding this are Welcome..


Regards,
Siya

HI Siya,

You cannot send an SMS through ASP.NET unless there is an external host which processes your requests.

There are two way you could do this.
1)prepare an XML message and dump in a public queue of your system. If there is any external online application then it should read from your queue and sends the SMS.

2) through webservices which I am not confident.

Thanks,
Chaitanya.:mrgreen:

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.