Click here to Skip to main content
15,911,785 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir please help me out to do this project with out any additional software
Posted
Comments
walterhevedeich 12-May-11 1:40am    
You might want to provide more details on your problem, like provide a specific scenario, and some requirements.

 
Share this answer
 
Comments
Kim Togo 12-May-11 4:26am    
My 5. Good links. That should help OP :-)
Sandeep Mewara 12-May-11 4:27am    
Thanks.
Please Implement this code only..
--------------------------------------------


MIDL
string PhoneNumber = txtbx_Mobno.Text.Trim();
string message = "";
message = "Hi, Thank you for registering with Book Many.Your Verificationcode: " + Ver_Code;
                      string sms = "http://sms.companyname.com/pushsms.php?username=username&password=pwd&sender=BookMany&to=" + PhoneNumber + "&message=" + message + " &priority=2";
                      if_send_sms.Attributes["src"] = sms;
 
Share this answer
 
v2
Comments
bsb25 12-May-11 3:56am    
can you please explain this?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900