'Hello
I am hoping to send a link to a user who has forgotten his password. The page is online here:
www.dimadayoub.net/forgot.aspx
The code I am using (which is followed by SMTP), is as follows:
Link to reset a password
I am hoping to send a link to a user who has forgotten his password. The page is online here:
www.dimadayoub.net/forgot.aspx
The code I am using (which is followed by SMTP), is as follows:
Code:
Protected Sub btnForgot_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnForgot.Click Const ConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|students.mdb;" Dim uniqueCode As...