database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lakshmineelam
    New Member
    • Dec 2007
    • 2

    database

    actually for forget password we wil take details of petnames and favorate place so and so,
    i have list of questions added to combo box(c#) vb.2005 i have submit answers for that,
    for particular user which question selected which answer they enter that answer i should enter in sql server 2005 database.

    i created database and i am storing of username when logged in and logout timings.
    please help me how to do it.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    1.At the time of user registration you need to store the security and the corresponding password in database.
    2.When the user select forget password you need to display the selected question from database and prompt the user to enter the answer.
    3.Next you need to compare the answer with database. If that matches then proceed further.

    Comment

    Working...