Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Problem :
I built one asp application and in which
i built one user registration form in which i used mobile number as
user id so after fill up form by user that is User_ID,Password,FirstName,LastName,Address and while click on submit
at that time one code send from system to user's mobile number and in
the next screen user have one textbox in which he/she enter code and
after he/she register and all details are save into database

so how can i do it please help me
Posted
Updated 6-Feb-13 1:20am
v2

1 solution

Check Sending Sms Using Asp.net[^].

And google[^].

Thanks...
 
Share this answer
 
Comments
Thanks for accepting... :)
Member 9815058 6-Feb-13 8:04am    
Most Welcome...
Member 9815058 7-Feb-13 7:20am    
this is not work i got an error as follow :

A page can have only one server-side Form tag.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: A page can have only one server-side Form tag.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
From the error, it is quite clear that you have two form tags in your page.
So, remove one.

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