Click here to Skip to main content
15,887,474 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello to All,

somebody help me?

I want to send sms on mobile number. I am using visual studio 2010 professional. I created a website page name sendsms.aspx and using 2 textbox and send button, one textbox for enter mobile number and second textbox for enter message. i want to know a full source code for web page .aspx and c#. I have a API

http://sms.lucenttechnosoft.com/api/sendhttp.php?authkey=5294A5L52fi1Qj5da84e25&mobiles=919981817616&message=This%20is%20Testing%20of%20API%20of%20OTP&sender=SWARNA&route=14&country=91

somebody help me and provide asp.net and c# code

What I have tried:

I do not have any code. I did use many source code search by google but not get any working code
Posted
Updated 9-Aug-20 2:41am
Comments
Sandeep Mewara 9-Aug-20 9:06am    
ASP.NET does NOT have any inbuilt API support to send out an SMS. You need to go for a third party solution or use something that is found on the Internet.
F-ES Sitecore 9-Aug-20 10:13am    
If you need to request that url to send the message then google "c# http request" and you'll find code for how to do it.

1 solution

Quote:
i want to know a full source code for web page .aspx and c#.
...
somebody help me and provide asp.net and c# code

No.
We are not a code to order service: if you want to send SMS messages from your app, you either need the mobile physically connected to the computer that it is running on and to treat it as a modem; or to use a SMS service company to send them for you.
As far as I am aware, Lucent are the later, so you should talk to their tech support if you cannot understand their API - they are the ones you will be paying for the privilege, after all.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900