Send Information To Mobile By Sms
Mar 10, 2010At the click of a button information is sent to a mobile phone number by sms? How is this accomplished?
View 1 RepliesAt the click of a button information is sent to a mobile phone number by sms? How is this accomplished?
View 1 RepliesHow to send SMS from PC to Mobile using ASP.Net 3.5(I need fundamental also). I am new one in asp.Net.
View 3 Repliesprovide me some source code example? i using my Nokia as a gateway/modem. is it simple as just connect my cellphone to computer using usb port? pls advice me, im totally new with cellphone programming.
View 6 RepliesI am new to asp.net c sharp; right now I am working on one project, in that I need to send the [short message service] to mobiles, I don't how to send the message to mobile. Please someone help me, give some ideas or some links where I can find the sample code or sample projects
View 6 RepliesI have a requirement that i need to send closing stock value of my company to my boss mobile every day.. how to send sms to mobile...
im using here asp.net 2.0 C# with ms sql server 2005...
I want to send sms to the member of my website in USA from my website. how can i progress?
Is it required to buy a web service to send SMS. if So what web service is the best? Is there any free webservice to send SMS? What is that? My main terget to send sms to USA member.
Can i write my own web service to send SMS? If so what is the process.
Is there any way to send a business card to a mobile phone using C#? I have an application in j2me which requires some set of data corresponding to some contacts so I want to send the business card of that contact via my server
Business Card is a type of special sms which contains the contact details of any person
to send and receive messages from my website on to a mobile and if it is then how.
View 8 RepliesHow can I send the news of my site on Mobile or use mobile Page?
The site is asp.net
I want to send sms from asp.net application.
View 1 RepliesHow to send conformation code on mobile? like email activation code, registration code, password etc...
View 1 RepliesHow can i send messages to a particular mobile number from my website using asp .net c#?
View 1 RepliesI am creating a website with a secure login, here I have users who register for my web site with their Credentials. When the user finishes the registration process & logs in to his/her account, there is a button called activate. Unless they click the activate button, they can't progress. Upon clicking the button, an activation code is sent to the mobile no(as a sms), which the user has given during registration.. I am using net framework 3.5, asp.net,C# and SQL Server 2005, I am doing this with web service, I have got my web service, but its not that accurate.. here i am using web service from .. [URL] .. here i want to know how to send sms in asp.net using web service?
View 1 RepliesI want to send SMS to any mobile.How is it possible in .Net
View 1 RepliesHow to send sms to any mobile no. by web application in asp.net on click of button and automatically on particular date.
View 5 RepliesI have sms portal for send sms.part of this prtal send sms from excel file contian mobile number.
my portal was share hosting.Now i buy VPS server but send from excel not work.
Will my server needs addons from office family.
Note:I use OLEDB connection for connect to excel file
i am developing an asp.net application to get information from the user and send it to a pdf file. for ex i have a textbox where the user has to enter his name. now this name from the textbox has to be sent to the pdf file. i want to know how to do this.
previously i have sent such information to generate word documents that is working i want to know to generate pdf file from my asp.net page.
protected void Button2_Click(object sender, EventArgs e)
{
string ad = TextBox1.Text;
string firma = TextBox2.Text;
string mail = TextBox3.Text;
string tel = TextBox4.Text;
string tel2 = TextBox5.Text;
string fax = TextBox6.Text;
string fax2 = TextBox7.Text;
string web = TextBox8.Text;
string mesaj = TextBox9.Text;
try
{
[code]...
I want that when i click on SUBMIT button of my form, all the information of the form should be mailed to particular email ID. How can i add that functionality using .net framework 3.5 & visual studio 2008.
View 3 Repliesis it posseble to send some extra information to AutoCompleteExtender from another textbox to get filterd list to target textbox
View 4 RepliesI'm new to web development so I'm not sure what's the best option for the problem that I'm having.Basically I have a web application that calls a web service for processing some data.This process may take a long time (hours) and I would to know if there is an easy way to send some status information to the client from time to time.Right now, the client makes the request from the browser and it just waits there until it finishes.
How can I send some information from the web service? I would like to send a percentage and some additional text specifying what is being done.
First I will say I googled (Binged to make Bill happy) for this but could not find anything, perhaps I am not stating what I need correctly;
I have a website that a customer creates orders (for a printing company) and after the order, I would like to email the customer a link to view the status of their order;
I need to send the CustomerID in the link so on the returning page if a CustomerID is detected in the querystring, I "auto login" the client and open the "Dashboard" for the order page for that customer.
Can anyone point me in the right direction as to how to send the link and how to parse the querystring to get the values from the link.
I'm using the ajax auto complete extender and everything works fine. What I need now is a solution how to send additional information (variable) into the method of the autocomplete extender in the webservice. I need this variable to specify the WHERE-clause of my Access-String.
My Asp-Code:[Code]....
WebService- Code:
[Code]....
I am creating a "Request for Quote" web form for my company so that when user enters his:
name,address,email,phone etc fields and clicks the submit button,all the data of the webform should be sent to my email address.
I am trying to start a new mobile web application project but cannot find the mobile page template originally available on VS 2005, nor can I get the mobile web controls to display in the toolbox even though I have then all selected in the tool-> select toolbox items why? and what can I do?
View 1 Replies