How to Create a Complete Login and Forgot Password System in VB.NET using SQL Server Database?

Sdílet
Vložit
  • čas přidán 22. 11. 2019
  • Support us on Patreon: / runcodes
    This video will show you how you can create a complete forget password system in vb.net using sql server database.
    Topics covered by this video:
    1. How to create Login form in vb.
    2. How to send an email from vb.
    3. How to update database from vb.
    4. How to access variable from one form to another form.
    5. How to generate random number in vb.
    Login form in vb using database: • How to Create User Reg...
    Simple Login form: • How to Create Simple L...
    Login form in vb using SQL Database: • How to Create Login Fo...
    Insert Delete Update: • VB.NET and SQL Server-...
    Multi user Login in VB: • How to Create Multi Us...
    Send SMS using VB.NET: • How to Send Free SMS F...
    Follow us on Social Media:
    Facebook: RunCodesPage
    Instagram: runcodes
    Twitter: RunCodesTwit
    This video is created by Ran and RunCodes own this video. Using of this video on other channels without prior permission will be strictly prohibited. (Embedding to the websites is allowed).. So stop copying and be a responsible people.
    #ForgotPasswordInVB #VBForgotPassword #VBForgotPasswordSystem
  • Věda a technologie

Komentáře • 31

  • @xpertstrategist2216
    @xpertstrategist2216 Před 4 lety +1

    great stuff and very informative. Exactly what I was looking for

  • @Jen-gx1lo
    @Jen-gx1lo Před rokem

    how about enter mail and send (sended the password)? not send code for reset.... and i still learned used xampp serverer for php

  • @pemowangdi2265
    @pemowangdi2265 Před 3 lety

    From where the code "Q#Tgez@=KRFM2EA" on the click event of SEND button of the Form Send Code comes from?. Can you please explain. I am comfused with this code

    • @RunCodes
      @RunCodes  Před 3 lety +1

      ??

    • @pemowangdi2265
      @pemowangdi2265 Před 3 lety

      @@RunCodes sir i was watching your video and trying to learn how to make user login and forgot password reset in vb.net with sql database. I have come across the above code you have just copied from notepad n pasted on the command button click event of form send code. I shall be grateful if you could kindly let me know how this code came up for my better understanding.

    • @RunCodes
      @RunCodes  Před 3 lety +1

      that's your email password! You have to enter your own email password!

    • @pemowangdi2265
      @pemowangdi2265 Před 3 lety

      @@RunCodes okay thank you so much sir.

  • @RunCodes
    @RunCodes  Před 3 lety

    do you like our work?
    does this tutorial help you?
    if so, you can support us at www.patreon.com/RunCodes

  • @32priyanshugoodwani
    @32priyanshugoodwani Před rokem

    But there is error in mailmessage

  • @akashrajguru401
    @akashrajguru401 Před 3 lety

    If we use ms access then code will be same or not

  • @Jaya20-el2ho
    @Jaya20-el2ho Před 3 měsíci

    Thank you for your Code Sir!!
    Actually it shows the error in 15:24 ... In Reset it shows error...it actually looking in the color of blue for you but it shows error for me ...Please give me solution for that...By the way i am using VB 2010

    • @RunCodes
      @RunCodes  Před 3 měsíci

      We created the object of Reset form there! That means if the code is match we are going to use the object of that form and open that form from the current form!

  • @aristedesfloresbartra4667

    el servidor SMTP requiere una conexión segura o el cliente no se autenticó. La respuesta del servidor fue: 5.7.0 Autenticación requerida

    • @RunCodes
      @RunCodes  Před 2 lety

      stackoverflow.com/questions/20906077/gmail-error-the-smtp-server-requires-a-secure-connection-or-the-client-was-not

  • @rajdeepsingh77729
    @rajdeepsingh77729 Před 2 lety

    Thanks sir
    Please Tell me which version of SQL server database

  • @32priyanshugoodwani
    @32priyanshugoodwani Před rokem

    How can I solve this error

  • @venkateshnaidu3370
    @venkateshnaidu3370 Před 3 lety

    Password not updating in database??

  • @bitcorolan3437
    @bitcorolan3437 Před 2 lety

    Why The mail is Failure sending?

    • @RunCodes
      @RunCodes  Před 2 lety

      Check your code and email password!

  • @nirupamab19
    @nirupamab19 Před 2 lety

    Can u pls share the source code ??

  • @renugas3162
    @renugas3162 Před 3 měsíci

    10:12 in that txtEmail.Text it shows the error for me...
    Please give me a solution for that Sir ....Please Sir

    • @RunCodes
      @RunCodes  Před 3 měsíci

      Yup

    • @renugas3162
      @renugas3162 Před 3 měsíci

      @@RunCodes sir how to rectify that

    • @RunCodes
      @RunCodes  Před 3 měsíci

      Change the variable name pf that textbox to txtEmail, we show in the video how to do it!

    • @renugas3162
      @renugas3162 Před 3 měsíci

      @@RunCodes ok sir thank you sir