How to Create a Login Form in ASP.NET using SQL Server Database and Visual Studio 2022?[Source Code]

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 12

  • @abdiman6550
    @abdiman6550 11 дней назад

    Thank you 🎉

  • @selvanayagamabilasha284
    @selvanayagamabilasha284 2 месяца назад

    Thankyou for your explanation

  • @Sinnie_KaMavovo
    @Sinnie_KaMavovo Месяц назад

    Thank you for the tutorial sir.
    But I have a question, so once you've logged in. How do you make it so that it goes to the Home page?

    • @RunCodes
      @RunCodes  Месяц назад +1

      Add new web forms and name it and inside the login button write, only after the login success code Response.Redirect("YourPage.aspx")

  • @reapervlogs6409
    @reapervlogs6409 4 месяца назад

    THANK YOU!

  • @sakshiawasthi7905
    @sakshiawasthi7905 Месяц назад +1

    Sir after entering the username and password not show any pop-up or alert.... what to do?

    • @RunCodes
      @RunCodes  Месяц назад

      Check the code again, may be error in alert box or in query itself! Source code is in description

  • @adiishri
    @adiishri 5 месяцев назад

    Sir there is some error showing when connecting the SQL server with visual studio , SSL certificate error , what to do??

    • @RunCodes
      @RunCodes  5 месяцев назад

      Here is the solution! Configure Visual Studio 2022 for .NET, .NET Framework and .NET Core? Win Form | SQL Server Database
      ruclips.net/video/rOhuQYKE2iQ/видео.html

    • @ankitmehrotra6104
      @ankitmehrotra6104 5 месяцев назад

      @@RunCodes I am not getting Server Name as you are getting at 16:50 even after refreshing and restarting. What should I do ?

    • @RunCodes
      @RunCodes  5 месяцев назад

      @ankitmehrotra6104 Configure Visual Studio 2022 for .NET, .NET Framework and .NET Core? Win Form | SQL Server Database
      ruclips.net/video/rOhuQYKE2iQ/видео.html watch this

  • @NaheenBijapure
    @NaheenBijapure 4 месяца назад

    Can you show for oracle database using SQL plus please