SMS using asp.net
Introduction - Hello "Developers"!! How are you friends? Through this article, i will show how , we can send Sms by using any gatway url. This article will very helpful for all the .net developers to send sms.. Implementation - create a website , add page named negative_chart.aspx. place a literal control at the design side of this page. Below I am giving the complete code for .aspx page and also .aspx.cs page. Code for SendSms.aspx Page- < head runat ="server"> < title >SMS</ title > </ head > < body > < form id ="form1" runat ="server"> < div > < asp : Button ID ="btn_snd_sms" runat ="server" Text ="Send Sms" onclick ="btn_snd_sms_Click" /> </ div > </ form > </ bod...