How to Provide Confirmation Link to the New User in C#
-
Hi, This is from Chandrakanth, Actually i have been working on asp.net with c#. My problem is..... I Going to update new user details into Database(SQLSERVER), and at the same time i am going to send some securitycode(AlphaNumeric),confirmation link to the particular USER MailID. So here i am getting some problem that is i have to provide some link to user. By Clicking that link a new .aspx page should be OPEN. How can i create LINK for the USER. Can any one give me reply for this. Thanks and Regards Chandrakanth
-
Hi, This is from Chandrakanth, Actually i have been working on asp.net with c#. My problem is..... I Going to update new user details into Database(SQLSERVER), and at the same time i am going to send some securitycode(AlphaNumeric),confirmation link to the particular USER MailID. So here i am getting some problem that is i have to provide some link to user. By Clicking that link a new .aspx page should be OPEN. How can i create LINK for the USER. Can any one give me reply for this. Thanks and Regards Chandrakanth
A link is simply a href in an HTML block of code. Send them an HTML page with the security code appended to the link as a querystring. If the user doesn't accept HTML mail, they'll have to copy the address into the address bar manually. As a side note - you should really have asked this in the ASP.NET forum.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.