How To Send SMS Over GPRS
Mar 12, 2010
I am developing an application with C#, it has a requirement to connect to remote device over GPRS, send REQUEST and get data either to display on web page or update database for further analysis. how can i do this? I currently have a N73 mobile to connect to PC as modem.
View 5 Replies
Similar Messages:
Dec 23, 2015
Any sample code for save gps data to server through gprs using c#.net ...
View 1 Replies
Feb 11, 2010
I know how to send emails, but is it possible to send out text messages?
View 8 Replies
May 6, 2010
I'm needing to send around 500-2500 emails out at a time to internal email accounts. I'm wondering which was would be faster both for the mail server and for my client app. Should I send multiple emails with just different TO addresses, or just one with multiple BCC addresses? I tried testing this by sending a bunch to my own email and the multiple emails method work, but with the BCC and a single message I only get that single message in my inbox. Shouldn't I be getting as many copies as the number of times I put my address in the BCC line?
View 1 Replies
Aug 17, 2012
can i show facebook send dialog at send button click. mainly i want to send some group,page on one send click. so which will be suitable way.
View 1 Replies
Oct 25, 2010
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 74.125.47.109:25
View 6 Replies
Feb 1, 2011
how can i send mail through bcc in asp.net(c#)..?
View 2 Replies
Aug 10, 2010
want to send sms in asp.net web application
View 4 Replies
Aug 9, 2010
i know how to receive a data.. from sms.. using the service provider gateway.. but my problem is the reply of message from the source..the instruction says
[Code]....
[Code]....
Is it possible to send it using asp.net alone?
View 4 Replies
Jun 5, 2010
any one know how to send 2d barcode on sms or which type of sms format require to send barcode image on sms?
View 1 Replies
Jun 12, 2010
Is it possible to detect GSM mobile (any kind) which connectedthrough serial port to computer and then be able to send SMS throughthis mobile phone to other mobile phones from asp.net website running under iis(only 1 system), could anyone help me and guideme, I wrote a program which could open COM port but still couldn't
detect mobile phone and send SMS through it.
View 1 Replies
Mar 1, 2010
i want to send mail to any email address, how to do that using C#. i am working on local host.
View 3 Replies
Feb 6, 2010
If I want to send an e-mail (up to 30) in response to user's action, what execution context do I do it from?
Do I do a sync call (mail server is in the same data center, so actual sending is fast)? Do I spawn a thread and send it from there? such that each user-request-to-send mail gets handled by a new thread? Do I have a background thread that handles a queue of e-mails?
The biggest issue I think, is that it is a shared web hosting. So I don't know what's a good way to install/start a windows service, or start a dedicated thread.
Details: ASP.NET MVC app, hosted on IIS 7.0 integrated mode, on discountasp.net using discauntasp.net smtp server.
Is there a better way? What's a "standard" way to accomplish this?
View 2 Replies
Aug 4, 2010
i just build one web application using microsoft visual studio 2008 ..so it done well...and after several testing..the problem has been faces up..here the problem situation.
my web application need to send data logger to one computer using HttpWebRequest and HttpWebResponce ...so i set at web.config the name of data logger like this :
<add key="dataLogger" value="dss.datalogger" />
<add key="dataLoggerPort" value="9005" />
and i add at host file ( c:windowsystem32driveretchost)
10.10.10.1 dss.datalogger (for example)
its done well...and i said this is server process ..:-)
The problem is when the data need to send with different ip address...and i want to change from server process to client process which mean the client can choose what ip that client want to send the data logger..
View 9 Replies
Apr 11, 2010
I need to send a basic email from my site when someone registers for my site. Is their an easy way? or a site to reference?
View 3 Replies
Mar 15, 2010
I got a web service that I protect with basic authentication and use ssl. to make it easy for the clients that are gone use this web service I want to skip the 401 and send the credentials with the url (I would like so the customer can access the web service with url from their code / web app), question is this possible?I know about headers but a lot of the clients gone use this do not got the proper developing team to do code.
View 3 Replies
Feb 14, 2011
I want send Email using Asp.net3.5, c#.net. I am able to send it using smtp.gmail.com with my ID ss@gmail.com, but my client given there details to send from there Id. With that I am unable to send. Details looks different like .Ex. xxx.xxx.com not like smtp.gmail.com there is no SMTP word in that host name.
View 3 Replies
Mar 3, 2011
i want to send sms to mobile from asp.net web Application. i am using this but its not working. is there any other free webservice which i can use to implement this.
View 2 Replies
Feb 7, 2011
I'm sending a value (id) from javascript like this:
__doPostBack('',id)
and at the server side I get it like this:
var id = Request["__EVENTARGUMENT"];
the problem is that sometimes other controls also do stuff and the var id also get's value but not with the value I sent, but some control did.how do I send this value separately so that in var id only the value that I sent using js can be.
View 1 Replies
Feb 11, 2010
I know how to send emails, but is it possible to send out text messages?I have a yahoo account and i used to access their server for sending the emails.server which i can access to send text meaasges inspite of running my own server?
View 10 Replies
Feb 28, 2011
how to send email alerts using c# . send me the codings
View 10 Replies
Apr 1, 2010
i want to send sms alerts with my web application, can any one let me know the process
View 7 Replies
Jan 31, 2011
I have a requirement that i have to send few values through querystring to other domain.
Ex: My Domian is [URL]
Other Domain is [URL]
Now, In a for loop i have send values to the other domain through url like [URL]
But i have to get response then only i have to send second record. like [URL]
View 2 Replies
Feb 24, 2011
That is what I have to do: Send XML to a web service. I have preliminary requirements of what I have to generate in the XML. So, I just create this big, long XML stream and send it to the service? I would like to read a little bit about this to educate myself. Do you have a good link, or can you voice your opinion of this one,Additionally, I am coding in VB.NET so I will have to convert that code if it is a good example.
View 15 Replies
Jan 13, 2010
I want to send some notifications. Can this be done automatically? Say if I have coded a asp.net page that send notifications, but I have to go that page in the browser for the code to execute. Is it possible to code something that automatically sends notification even I dont' have to be there to execute the code?
View 5 Replies