Send / Receive SMS Using GSM Modem?
Jan 27, 2011
I wanted to send and receive SMS from my application, as of the need i bought a Wavecom GSM Modem. I also downloaded ActiveXperts Toolkit for communicating with GSM Modem, i can be able to send SMS through the GSM Modem. have problem with receiving SMS.
View 3 Replies
Similar Messages:
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
May 18, 2010
I'm completely blanking here. I've got 2 servers that cannot talk to each other via normal network traffic (like just copying a file). I can't get FTP setup on either server due to artificial company security constraints.Server1 basically just has an exe on it that I have written, and it needs to send a file to Server2.Server2 has a full blown asp.net website on it so I'm writing a .ashx page to handle receiving the file.So...Server1 needs to make a call to server2 and send a file to it over http. Server2 needs to accept the file and save it to disk.Where should I start? I know I can make server1 create a WebRequest object, and set the methodto POST, and then stream the content.But on server2, what am I supposed to write? A generic handler? Will my file that I send be part of the context.Request object? How do I get it out?
View 2 Replies
Feb 23, 2010
I have create a website and i need to send/receive email from website . I am able to send email through system.net.mail namespace . But it needs an gmail id and password . I want to send email from my website like Username@mywebsite.com and also receive email from another domain like gmail.com . I didn't know how i can perform this task . I don't have a logic .
View 8 Replies
Sep 23, 2010
I have a website written in C# and when a user does something I want to be able to send an IM message to an admin and allow the admin to respond to approve/deny the request.
I would like to use something like MSN Messenger or AIM so that the IM messages can also be sent to phones as sms.
View 4 Replies
Apr 4, 2010
to send and receive messages from my website on to a mobile and if it is then how.
View 8 Replies
May 24, 2010
I want to run a web service method with parameters and get method return value back using JQuery.
ie.
client :
var result = dosomething(var p1, var p2, var p3 ....);
when do something accesses WebService with
dosomewebservice(int p1,int p2, string p3) { return "something" };
result == "something";
View 2 Replies
Jun 22, 2012
C in ASP.NET using C#
View 1 Replies
Sep 16, 2010
I wish to make a script which programatically send the POST data to one server and then the other server receive the POST message and retrieve the information. How should make this work? I already successfully write the sender site, the code as follow:
string postData = "id=0&co=5";
ASCIIEncoding encode = new ASCIIEncoding();
View 4 Replies
Aug 23, 2010
I am trying to create a web service that can do the following functionality:
Request XML
[Code]....
How can I create web service to do this.
View 1 Replies
Feb 28, 2010
I am using the System.Timers.Timer class. And I enable when I send a message and disable when I receive the message. How do I calculate how much time has elapsed. I have set the interval as 1 sec
Basically I retransmit data after 1000 sec again if I do not recive an ACK. I retransmit 5 times max until I get a Ack. If I receive and something before 150ms then I stop retrnsmission.
Here's the code:
timer1.interval = 1000;
port.Write(data)
timer1.enabled = true;
event handler for the received data.
timer1.enabled=false;
View 3 Replies
Nov 22, 2015
How to send request from one domain to another. And also get the response from that domain?
View 1 Replies
Oct 10, 2010
I need to send a cookie to the my web site's visitors and receive them back for information. For example when machine1 visits my site if not set I set a cookie with "user1", for machine2 I set "user2" etc.
Actually I need to retrieve the cookie back from my log file, so I thought if I do this it will be saved to my log file.
View 5 Replies
Mar 7, 2012
as per my flow on every click i have a postbackĀ without which i cannot store data to client or server.i have 2 ways of data storing one is client side in javascript variables in form of array(which can be lost on postback) the data to be stored are of differnt types some are numeric , some single characters some sepearted with comma other way is on each post back save the data in a session varibale on server & then access currently i have second way considering both the ways and in accrodance with the current flow which is best for maintenance & access speed reasking as i am notyet cleared abt the things.
View 1 Replies
Mar 16, 2010
I am developing an ASP.NET web page for sending sms using gsm modem. I have connected my phone using data cable to my PC.What are all the other requirements needed?I need to write vb.net code in code behind file to send SMS Using GSM Modem. What steps do i take to develop my web page for it.
View 2 Replies
Mar 9, 2010
I am using following code to get name of the modem from my local PC
[Code]....
But My problem it is giving all the name of the modem which was connected to my PC before, I need only active connected modem. How can I achive this.
View 1 Replies
Sep 17, 2010
there are many samples for sending sms from application through GSM modem.is it possible to send email through GPRS activated sim to others. is there any application regarding this developed in c# asp.net.
View 3 Replies
Jul 28, 2010
I have a new account with no-ip.com with Dynamic DNS Update Clients installed in my pc. my url is [URL] when ever i enter this ip in browser it shows me my modem dsl router setup page.. i need to show my webpage which is in IIS. For local it would be like this: [URL] i need to show this webpage [URL] (all over the world if user enter)-> [URL] So how to Achieve this.
View 1 Replies
Jul 22, 2010
I have developed simple user registeration application form in that after press submit button i am sending mail to user for welcome template as well as i am also get on mail for user details like name email id, and ip address.my problem is the user can receive the mail form my site but i am receive the any user details mail it doesnot shows any exception what is the problem i donno please
View 4 Replies
Jan 20, 2011
I want to use webservice to send & receive SMS... I know how to send SMS using URL...but dont know how to receive SMS...
View 2 Replies
Mar 18, 2011
I have a requirement to design an ASPX page to receive a binary image from a remote call. Basically, our client wants to send a POST request from their server to this particular page. This POST request contains some parameters, as well as an JPG image. How should I design this ASPX page to receive all these information? I need to convert the JPG image to byte[] array and save it to DB, together with the rest of the parameter values.
View 1 Replies
Jan 28, 2011
In asp.net (or vb) I must to call a page that only autenticates a user, returning the user data if the logon succed. This way, I would like to implement the sequence:
A blank page (mine) request the autenticator page (3rd part) automatically on load; The user logs in the autenticator page; My page reads the autenticator page results and do the actions.
I'm a very begginer in asp.net, and I'm using vb.net in the environment for coding the page "onload" event. I'm trying to use the "redirect('url')" method to call the autenticator's page, but in this way, obviously, I can't receive the result. How can I implement this sequence?
View 1 Replies
Jul 22, 2010
how to receive sms from nokia n70 or upper to pc with c#?i have on ListView and to cloum 1.cloum is sms number and 2.cloum is text messege.
View 1 Replies
Dec 27, 2010
Web developer newbie question (I am otherwise fluent in C#!):
I need to set up a web site (ASP.NET/C#) that can receive XML posts via HTTP. I haven't the first clue of where to start. Create web site? Web page? Web service? WCF? Can you self-host it, or must it be on IIS? How/where do you catch the post event?
View 4 Replies
Oct 15, 2010
i want to receive some data from my database and in a while loop. i use this code in the while loop
Code:
Dim sqlda As New SqlDataAdapter()
sqlda.SelectCommand = New SqlCommand()
sqlda.SelectCommand.Connection = con
sqlda.SelectCommand.Parameters.Add(paramar(0))
sqlda.SelectCommand.CommandText = "select images,creationdate,dimosieyseis from t_accounts where UserName=@un"
Dim ds As New DataSet()
sqlda.Fill(ds)
if i open and close the connection it becomes slow. if i use a general con and not open and close it then i receive an error
"There is already an open DataReader associated with this Command which must be closed first. "
then i tried to resolve this error with
MultipleActiveResultSets=True that resolves the problem but it is not faster because i think it does the open and close of the connection automatically
View 4 Replies