Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,729 members, 7,809,796 topics. Date: Friday, 26 April 2024 at 03:05 PM

How To Send SMS Using Asp.net/vb.net - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / How To Send SMS Using Asp.net/vb.net (5074 Views)

Sending Sms Using Vb.net Window Application / Sending Sms Using Asp.net (c#) Through Http / Asp.net, Vb.net, C# Help Needed (2) (3) (4)

(1) (Reply) (Go Down)

How To Send SMS Using Asp.net/vb.net by bigafees: 12:04pm On Dec 31, 2012
Please N'lander,
how can i send sms to mobile using vb.net language ........ pls any assit very urgent
Re: How To Send SMS Using Asp.net/vb.net by csharpjava(m): 7:29pm On Dec 31, 2012
Source: clickatell.com/apis-scripts/scripts/vb-net/

'Use the VB.Net code below to send SMS via Clickatell's SMS Gateway, Developers’ Central. Simply register for an HTTP API account, and you will automatically 'receive 10 FREE SMS credits to try our service.

Imports System.Net
Imports System.IO
Dim client As WebClient = New WebClient
' Add a user agent header in case the requested URI contains a query.
client.Headers.Add("user-agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705wink"wink
client.QueryString.Add("user", "xxxx"wink
client.QueryString.Add("password", "xxxx"wink
client.QueryString.Add("api_id", "xxxx"wink
client.QueryString.Add("to", "xxxx"wink
client.QueryString.Add("text", "This is an example message"wink
Dim baseurl As String = "http://api.clickatell.com/http/sendmsg"
Dim data As Stream = client.OpenRead(baseurl)
Dim reader As StreamReader = New StreamReader(data)
Dim s As String = reader.ReadToEnd()
data.Close()
reader.Close()
Return
Re: How To Send SMS Using Asp.net/vb.net by Nov1ce(m): 10:19pm On Jan 01, 2013
Check out SMSLive, eStore SMS or Ozeki.
I think eStore is one of the easiest to implement, although if you are good with DB tins, you can use Ozeki in a way that'll save you some time off writing code...
Re: How To Send SMS Using Asp.net/vb.net by Nobody: 3:53pm On Jan 11, 2013
ozeki rocks well. i have used it before.

(1) (Reply)

Bells University Wins Computer Programming Contest / Association Of Nigerian Programmers Online / Do You Wish To Start Blogging? I May Be Of Help

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 7
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.