old-h4ck3r
New Member
I am creating a website with a secure login, here I have users who register for my web site with their name, mobile no, address, etc. When the user finishes the registration process & logs in to their account, there is have 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 given during registration..I am using asp.net 3.5, C# and SQLserver 2005,my questions are..[*]How to send a SMS using ASP.NET, are there any APIs I can use for this?[*]How can I randomly generate the activation code and store it in database at the time of login?