Web Forms :: Send Sms To Any Mobile Number By Web Application In .net On Click Of Button?
Jun 10, 2010How to send sms to any mobile no. by web application in asp.net on click of button and automatically on particular date.
View 5 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 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 am developing a web based application for a Motorolla Mc 9090, it is a wireless barcode scanner running windows mobile 5.0.
The idea is to centralize the inventory in one database, by scanning items, serials, bins etc.
I have a set of pages each containg forms, where the user will have to scan an item, and automaticall the scanner has a carriege return (ENTER key) the idea was to have the user simply scan, and the page would automatically click the button posting to server for processing and then the server would reply.
For some reason i cannot get the focus() to work as well as the defaultbutton propperty of the form. There is also 1 more problem, the readOnly textboxes look the same as the non readOnly textboxes, even with the backcolor property changed.(guessing this is just MS)
How can i send messages to a particular mobile number from my website using asp .net c#?
View 1 RepliesI want to send sms from asp.net application.
View 1 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 working on a project where i need to retrieve the mobile phone's PIN number.
Actually, the aim of this is.. sales man visits the mobile stores and fills the details through the mobile phone. After submitting the details from the mobile, we will get a mail regarding that. What we have to do is, apart from the details the sales person send, we need to know the sales person location and the mobile PIN numnber.(The mobile phone we are using is BlackBerry)
How to get current location of mobile using any mobileno.It is possible using Asp.net?
View 1 RepliesThere is a Gridview it has one column called phase.There is again one button called (add to phase) in aspx page.when i click a button if it is first time it should come 1 and for every click of the button (add to phase it should be incremented and be stored in database server.
How much i click the button it should be reflected in column
i am having one .exe file and after clicking linkbutton it should redirect to that .exe file and it should start downloading.
View 3 RepliesI have 2 page
1-index.aspx and 2-store.aspx and House_info Table
House_info table
Id Name Image Behcode
1 Jack 1.jpg 1111
2 Sara 2.jpg 2222
3 Andy 3.jpg 3333
In index.aspx I have 1 TB and 1 Button I want when user type behcode
in TB and click on BUTTON it go to store.aspx page and fill this page with data from
table House_info according to the behcode in this table
I know i should use querystring but here i have TB and i dont know how i can use it
This is my store.aspx code
SqlConnection _cn = new SqlConnection(System.Web.Configuration.WebConfigurationManager.ConnectionStrings["behtopConnectionString"].ConnectionString);
protected void Page_Load(object sender, EventArgs e) {
SqlCommand _cmd = new SqlCommand("select * from House_Info _cn);
[Code] ....
I have a feedback form in my website. After submitting the feedback (using Submit button), form's Reference number should generate and showed to the user (with successful message) in a "Pop up" as below:
i.e, your feedback is submitted successfully. Your refrence number is 'xyz10'
This refrence number should be unique for every user who fills the feedback form.
I have datalist and a button in my page.
When click on this button need to send this DataList to mail id.
that is body of email is datalist content
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 RepliesI make one texbox and one button. What i want to realize is that people fill the message into textbox and then click button. The content of that message will automatically send to my email address.
View 13 RepliesI'm developing a office site but i wnt to include popup in tht but all mobile is not support fully to javascript & jquery . ........
View 1 Repliesi want to develop an asp.net mobile web application whith Ajax features. i dont khnow whether these technologies are supported in mobile developpement?
what stups should i follow to make such project ( IDE + SDK....) . finally what are free windows mobile emulator ( except Microsoft ones)?
I have created one a page and i am using data grid and data is coming from SQL.Now i want to create one button "Send this on Mail" when user will click this button outlook should open and in the body part my data grid should come with same formatting which i am using in a web page.
View 1 Repliesi am going to start first mobile application.Already Vs 2008 installed, but no Mobile SDK.So please tell which SDK i have to install to start up my first mobile application?Or some VS 2008 plugin requires for Mobile application
View 3 RepliesIn my project i want to send acknowledge message on mobile after completion of perticular work that i have done.now i want to trace mobile's area and some few information and zone .
View 1 RepliesI have a form for the user to add a Contact's details. Within this form I have fields to enter telephone, mobile, fax numbers etc.
Each have a separate textbox for country code, area code and number. Basically, what I want to do is have validation on these fields so that all or none of the textboxes are filled.
So if the user just adds a number in they are required to enter also the country code and the area code. Or if they don't enter any of the details then the validation will not kick in.
i am having a textbox for mobile number.
wt should be the validation expression to show error if user enters 0000000000 or 1111111111 or?
and i want the number to start either form 9 or 8 or 7.
I have done registration and confirmation link send to email to verify the email id
now i want to confirmation mobile number when registering their detail so i generate the random code and send to mobile no then user have to type thier random code to verify the mobile no.
When I need to send random number to verify ....
I am new to ASP.NET and have made a register page, 'get' which on submitting redirects to another page 'pick1' displaying the data in Gridview. In each row of the Gridview there are 'View' buttons which on clicking opens a pop-up page having 2 buttons 'send mail' and 'cancel'. On clicking 'send Mail' button, i want selected row of data to be sent by email instead of the entire gridview. Right now only the entire gridview data is coming to my mail. Also i want to attach a link to the email so that it redirects to the 'pick1' page again on clicking in email. How can I do it?
Below is my code for 'pick1' page:
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
this.BindData();
[Code] ....
And the image of my 'pick1' and 'popup' page:
Actually i use button send mail option .
View 1 Replies