User Profile

Collapse

Profile Sidebar

Collapse
cookie2015
cookie2015
Last Activity: Jan 8 '15, 04:08 PM
Joined: Jan 7 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Error ADODB.Connection error '800a0bb9' line 16

    I'm getting above error on line 16 which is IF objRS.EOF THEN. I'm trying to create a forgotten password form. where user enter his/her email and will send a link to reset the password. Here is where I stuck. please help


    Code:
        <%
        DIM strUsername
        strUsername = Request.Form("Username")
        IF strUsername <> "" THEN
        %>
    
        <!--#inlcude file="confirm_test.asp"-->
    ...
    See more | Go to post

  • cookie2015
    started a topic Retrieve the same password

    Retrieve the same password

    Hello everyone, I'm new to ASP. I'm trying to do is if the user forgot the password, will ask for email and he/she goes to email retrieve the same password from the database. My problem is the database password is all encrypted and if i retrieve it is gonna show the encrypted password as well. Please help. Thanks




    Code:
    <!--#include file="include_login_header.asp" -->
    <%@Language = JScript
    ...
    See more | Go to post
No activity results to display
Show More
Working...