How to Create User Registration Form in C#.NET Using SQL Server Database? [With Source Code]

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

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

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

    New ways: How to Create a User Registration Form in C#.NET using SQL Server Database and Visual Studio 2022?
    ruclips.net/video/TUKjALf7oOc/видео.html

  • @GnrMet
    @GnrMet 5 лет назад +2

    Great Video...Keep up the good work :) :)

  • @2GFactFinder
    @2GFactFinder 3 года назад +5

    Next time try post a new video on validating various controls like readio button, dropdown combobox, list box etc

  • @RunCodes
    @RunCodes  3 года назад +2

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

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

    @RunCodes, thanks a lot for that;;

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

      You may want to watch this new way!
      How to Create a User Registration Form in C#.NET using SQL Server Database and Visual Studio 2022?
      ruclips.net/video/TUKjALf7oOc/видео.html

  • @twiddledeedee
    @twiddledeedee 3 месяца назад

    most informative video i ever watched

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

      I think you should watch this! How to Create a User Registration Form in C#.NET using SQL Server Database and Visual Studio 2022?
      ruclips.net/video/TUKjALf7oOc/видео.html

  • @Elprise1
    @Elprise1 3 года назад +1

    Thank you for the video! I had to do a quick fix in line 24 in my case that maybe will help others;
    In my example my connection string has '\' in the server name, which is an escape character that causes the project to not run. Put an '@' symbol in front of the connection string like what this presenter did in line 25. Fixed my issue.

    • @anithabangaram26
      @anithabangaram26 2 года назад

      In where we should keep i can't understand

    • @RunCodes
      @RunCodes  2 года назад +1

      While writing sql query you have to put @ sign before double quotes inside the connection class. Ex sqlconnection con = new sqlconnection(@“here_goes_sql”)

    • @mamdouhbakry3541
      @mamdouhbakry3541 10 месяцев назад

      hi, i have an error in sqlconnection and also in sqlcommand only both i can't run the application please help me as soon as possible, thank you.@@RunCodes

  • @tinotendamanyere4328
    @tinotendamanyere4328 3 года назад

    thanks man...this is tooooooo informative.

  • @siddharthbhoir7092
    @siddharthbhoir7092 2 месяца назад +1

    can your make a search box for searching with name ? then information that i was entered then i can see again in that particular place for eg. text box, combobox et.

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

      Insert Update Delete and View Data From SQL Server Database in C#.NET[Part-1][With Source Code]
      ruclips.net/video/uUCQVZ-gKY0/видео.html watch this series

  • @colinellingham9631
    @colinellingham9631 2 года назад

    GREAT VIDEO BRO!!!

  • @Saw-dw5pk
    @Saw-dw5pk 3 года назад

    helped me a lot thanks man

  • @ManishMhatre1625
    @ManishMhatre1625 2 года назад

    Great work brother.

  • @amychan770
    @amychan770 3 года назад +1

    please help. I have installed system.data.sqlclient package already but there is still an error of "he type or namespace name 'SqlConnection' could not be found". What should I do?

    • @RunCodes
      @RunCodes  3 года назад

      import it above namespace as using System.Data.SqlClient

  • @nimeshbamaniya8383
    @nimeshbamaniya8383 3 года назад

    Very helpful video thank you brother

  • @bruhman1681
    @bruhman1681 4 года назад

    Seems like you are from India. By the way, I'm Nemika form Sri Lanka. Keep it up bro!!!

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

    Thanks sir,nice teach 🙏

  • @randomnoob6453
    @randomnoob6453 4 года назад +1

    Sir, it Shows cs1061 error in .text

  • @jamesallen3772
    @jamesallen3772 11 месяцев назад

    Excellent sir thank you sir

  • @shamira4491
    @shamira4491 3 года назад +1

    Hi, I really need your help ASAP!!
    I am having a problem when I try to run it.
    It says cmd.ExecuteNonQuery(); has an error.. Do you know why?

    • @RunCodes
      @RunCodes  3 года назад +1

      Use latest visual studio!

    • @JR-pp2xc
      @JR-pp2xc 3 года назад +1

      @@RunCodes im using the latest ver of visual studio but still ain't working ? know why ?

  • @muhammadabdullah2768
    @muhammadabdullah2768 3 года назад

    Thanks brother its might be helpful ☺️

  • @jarell2805
    @jarell2805 Год назад

    And what if you want to display the table in a new form sir?

  • @pradnyakasar614
    @pradnyakasar614 Год назад

    System.Data.SqlClient.SqlException: 'Login failed. The login is from an untrusted domain and cannot be used with Windows authentication...how to resolve this error?

  • @DeepikaGautam-b3e
    @DeepikaGautam-b3e 9 месяцев назад

    Superb sir

  • @aymanjarmoune4182
    @aymanjarmoune4182 5 лет назад

    thank you so much man,

  • @pratibhayadav4916
    @pratibhayadav4916 3 года назад

    Once you close the SQL next time you open then it shows error on cmd.excutenonquery

  • @PremChhetri
    @PremChhetri 3 года назад

    Ramro cha.

  • @shehlakiduniya194
    @shehlakiduniya194 3 года назад

    Thank you so much sir for this informative video 😇

  • @upadyacaldera5178
    @upadyacaldera5178 3 года назад

    For text boxes you coded it as txtfname.Text.... what code should I use for the datetime picker and radio button? , SIR

    • @RunCodes
      @RunCodes  3 года назад

      Use their name as variable!

  • @alexxavier5030
    @alexxavier5030 4 года назад

    Very useful. Is it same for web form too ?

    • @RunCodes
      @RunCodes  4 года назад

      ruclips.net/video/NdXRC4U5cU4/видео.html here you go.

  • @omerhazim2480
    @omerhazim2480 5 лет назад

    well done sir when i want to add boombox like login for to choose admin or normal user can i just copy from login it is work ? or could you explain to me by video thanx you

  • @hassannasar7905
    @hassannasar7905 2 года назад

    thats amazing

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

    it says not initialized on the cmd.ExecuteNonQuery();

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

      Try this method
      How to Create a User Registration Form in C#.NET using SQL Server Database and Visual Studio 2022?
      ruclips.net/video/TUKjALf7oOc/видео.html

  • @vaibhavverma1340
    @vaibhavverma1340 3 года назад

    i get 'txtuname' does not exist in the current context. error code is CS0103 please help me to get sort out of this prob

  • @jimuelbolante6968
    @jimuelbolante6968 3 года назад

    Thank you so much sir.
    i also want that the output of the password in database is supposed to be like *********** this, how will i do that ?

    • @RunCodes
      @RunCodes  3 года назад +1

      stackoverflow.com/questions/876342/storing-passwords-in-sql-server

    • @jimuelbolante6968
      @jimuelbolante6968 3 года назад

      @@RunCodes Thankyou again sir. Appreciate your works

  • @healthyvibesbyfarhad7612
    @healthyvibesbyfarhad7612 2 года назад

    hello, can we click a live photo and save in database?

  • @timemast3r
    @timemast3r 2 года назад

    Sir can the server name be anything or must it be after the pc

    • @RunCodes
      @RunCodes  2 года назад

      Usually the name of PC!

  • @payalthakkar2610
    @payalthakkar2610 Год назад

    Plz drop link for download this version of visual studio it's very important

  • @notrestartup5809
    @notrestartup5809 3 года назад

    je travail avec votre code mais je trouve un probleme au niveau de cmd.ExecuteNonQUERY(); "System.InvalidOperationException : 'ExecuteNonQuery : la propriété Connection n'a pas été initialisée.' aidé moi si vous plait

  • @akashiseijuro7700
    @akashiseijuro7700 3 года назад

    error in cmd.ExecuteNonQuery();
    how to get this error ?please reply

    • @VlogsofJo
      @VlogsofJo 3 года назад

      Syntactical error in query i guess

  • @CarlBdrian
    @CarlBdrian 4 года назад

    does this work for everyone or it only works for me?

  • @usmanimtiaz4263
    @usmanimtiaz4263 4 года назад

    sir there is an error in txtfname whats the solution?

    • @RunCodes
      @RunCodes  4 года назад

      you have to declare them first :)

  • @demetrapo669
    @demetrapo669 3 года назад

    please asap i got error in values in the (, con) help

    • @RunCodes
      @RunCodes  3 года назад +1

      Check your query!

  • @cyberdash7883
    @cyberdash7883 3 года назад

    Great Video Tutorial :) , but I have a question , if i want to make the sign in form , i must relate it to the same db ? it works ? if a user is already exists ? can u make a small tutorial please ?

    • @RunCodes
      @RunCodes  3 года назад

      Yes you have to! access the database content and check if user is already in db!

  • @rahulpoddar7732
    @rahulpoddar7732 Год назад

    Cmd.executenonquery() not working bro 🙏

  • @babo_web_developer7527
    @babo_web_developer7527 3 года назад

    Thanks
    How to clear form after regstrration

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

      You have to create a reset button

  • @lifeliness8398
    @lifeliness8398 3 года назад

    Please make login with registration project together.. In c#

    • @RunCodes
      @RunCodes  3 года назад

      ruclips.net/video/QmT1oec1YBc/видео.html

  • @vemulaniharika3888
    @vemulaniharika3888 2 года назад

    I am facing error in con.Open();

    • @RunCodes
      @RunCodes  2 года назад

      whats the error?

  • @kalpanagadmale9932
    @kalpanagadmale9932 4 года назад

    Update and delete kaise kare sir Chai to

    • @RunCodes
      @RunCodes  4 года назад

      ruclips.net/video/uUCQVZ-gKY0/видео.html here you go!

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

    This is terrible secuirty wise code.

  • @KennethDiazperlloni
    @KennethDiazperlloni 5 лет назад

    There's only two genders. 11:23

    • @RunCodes
      @RunCodes  5 лет назад

      Add other as of your need!

  • @a.mproductions7524
    @a.mproductions7524 3 года назад

    Lier...subscribed and no link for code

    • @RunCodes
      @RunCodes  3 года назад

      Goto website! don't spread false news!

    • @a.mproductions7524
      @a.mproductions7524 3 года назад

      @@RunCodes there was no code no nothing

    • @RunCodes
      @RunCodes  3 года назад

      www.techsupportnep.com/programming/csharp/how-to-create-user-registration-form-in-c-net-using-sql-server-database.html here it is!

  • @satishtalatoti6743
    @satishtalatoti6743 Год назад

    This video is not quality

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

    @RunCodes, thanks a lot for that;;