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

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 92

  • @RunCodes
    @RunCodes  7 หลายเดือนก่อน +1

    New ways: How to Create a User Registration Form in C#.NET using SQL Server Database and Visual Studio 2022?
    th-cam.com/video/TUKjALf7oOc/w-d-xo.html

  • @2GFactFinder
    @2GFactFinder 3 ปีที่แล้ว +5

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

  • @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 ปีที่แล้ว

      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

  • @twiddledeedee
    @twiddledeedee 5 หลายเดือนก่อน

    most informative video i ever watched

    • @RunCodes
      @RunCodes  5 หลายเดือนก่อน

      I think you should watch this! How to Create a User Registration Form in C#.NET using SQL Server Database and Visual Studio 2022?
      th-cam.com/video/TUKjALf7oOc/w-d-xo.html

  • @bruhman1681
    @bruhman1681 4 ปีที่แล้ว

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

    • @RunCodes
      @RunCodes  4 ปีที่แล้ว

      Nepal 👌

  • @siddharthbhoir7092
    @siddharthbhoir7092 5 หลายเดือนก่อน +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  5 หลายเดือนก่อน

      Insert Update Delete and View Data From SQL Server Database in C#.NET[Part-1][With Source Code]
      th-cam.com/video/uUCQVZ-gKY0/w-d-xo.html watch this series

  • @ravalsinhal8078
    @ravalsinhal8078 7 หลายเดือนก่อน

    Thanks sir,nice teach 🙏

  • @alexxavier5030
    @alexxavier5030 5 ปีที่แล้ว

    Very useful. Is it same for web form too ?

    • @RunCodes
      @RunCodes  5 ปีที่แล้ว

      th-cam.com/video/NdXRC4U5cU4/w-d-xo.html here you go.

  • @jamesallen3772
    @jamesallen3772 ปีที่แล้ว

    Excellent sir thank you sir

  • @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

  • @jarell2805
    @jarell2805 ปีที่แล้ว

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

  • @mohamadnazirissumalgy3699
    @mohamadnazirissumalgy3699 4 หลายเดือนก่อน

    @RunCodes, thanks a lot for that;;

    • @RunCodes
      @RunCodes  4 หลายเดือนก่อน

      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?
      th-cam.com/video/TUKjALf7oOc/w-d-xo.html

  • @GnrMet
    @GnrMet 5 ปีที่แล้ว +2

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

  • @nimeshbamaniya8383
    @nimeshbamaniya8383 3 ปีที่แล้ว

    Very helpful video thank you brother

  • @shamira4491
    @shamira4491 4 ปีที่แล้ว +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  4 ปีที่แล้ว +1

      Use latest visual studio!

    • @JR-pp2xc
      @JR-pp2xc 4 ปีที่แล้ว +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 ☺️

  • @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

    • @RunCodes
      @RunCodes  5 ปีที่แล้ว

      Yup ! Can copy!

  • @DeepikaGautam-b3e
    @DeepikaGautam-b3e 11 หลายเดือนก่อน

    Superb sir

  • @randomnoob6453
    @randomnoob6453 4 ปีที่แล้ว +1

    Sir, it Shows cs1061 error in .text

  • @pratibhayadav4916
    @pratibhayadav4916 3 ปีที่แล้ว

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

  • @jimuelbolante6968
    @jimuelbolante6968 4 ปีที่แล้ว

    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  4 ปีที่แล้ว +1

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

    • @jimuelbolante6968
      @jimuelbolante6968 4 ปีที่แล้ว

      @@RunCodes Thankyou again sir. Appreciate your works

  • @tinotendamanyere4328
    @tinotendamanyere4328 3 ปีที่แล้ว

    thanks man...this is tooooooo informative.

  • @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!

  • @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?

  • @CarlBdrian
    @CarlBdrian 4 ปีที่แล้ว

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

    • @RunCodes
      @RunCodes  4 ปีที่แล้ว +1

      For all!

  • @shehlakiduniya194
    @shehlakiduniya194 3 ปีที่แล้ว

    Thank you so much sir for this informative video 😇

  • @PremChhetri
    @PremChhetri 3 ปีที่แล้ว

    Ramro cha.

  • @healthyvibesbyfarhad7612
    @healthyvibesbyfarhad7612 3 ปีที่แล้ว

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

  • @cyberdash7883
    @cyberdash7883 4 ปีที่แล้ว

    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  4 ปีที่แล้ว

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

  • @ManishMhatre1625
    @ManishMhatre1625 3 ปีที่แล้ว

    Great work brother.

  • @Saw-dw5pk
    @Saw-dw5pk 3 ปีที่แล้ว

    helped me a lot thanks man

  • @timemast3r
    @timemast3r 3 ปีที่แล้ว

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

    • @RunCodes
      @RunCodes  3 ปีที่แล้ว

      Usually the name of PC!

  • @babo_web_developer7527
    @babo_web_developer7527 3 ปีที่แล้ว

    Thanks
    How to clear form after regstrration

    • @shruti6714
      @shruti6714 8 หลายเดือนก่อน

      You have to create a reset button

  • @payalthakkar2610
    @payalthakkar2610 2 ปีที่แล้ว

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

  • @lifeliness8398
    @lifeliness8398 3 ปีที่แล้ว

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

    • @RunCodes
      @RunCodes  3 ปีที่แล้ว

      th-cam.com/video/QmT1oec1YBc/w-d-xo.html

  • @colinellingham9631
    @colinellingham9631 2 ปีที่แล้ว

    GREAT VIDEO BRO!!!

  • @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

    • @RunCodes
      @RunCodes  3 ปีที่แล้ว

      Define it!

  • @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

  • @guingguingandrei3316
    @guingguingandrei3316 7 หลายเดือนก่อน

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

    • @RunCodes
      @RunCodes  7 หลายเดือนก่อน

      Try this method
      How to Create a User Registration Form in C#.NET using SQL Server Database and Visual Studio 2022?
      th-cam.com/video/TUKjALf7oOc/w-d-xo.html

  • @usmanimtiaz4263
    @usmanimtiaz4263 4 ปีที่แล้ว

    sir there is an error in txtfname whats the solution?

    • @RunCodes
      @RunCodes  4 ปีที่แล้ว

      you have to declare them first :)

  • @demetrapo669
    @demetrapo669 4 ปีที่แล้ว

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

    • @RunCodes
      @RunCodes  4 ปีที่แล้ว +1

      Check your query!

  • @aymanjarmoune4182
    @aymanjarmoune4182 5 ปีที่แล้ว

    thank you so much man,

  • @kalpanagadmale9932
    @kalpanagadmale9932 4 ปีที่แล้ว

    Update and delete kaise kare sir Chai to

    • @RunCodes
      @RunCodes  4 ปีที่แล้ว

      th-cam.com/video/uUCQVZ-gKY0/w-d-xo.html here you go!

  • @rahulpoddar7732
    @rahulpoddar7732 ปีที่แล้ว

    Cmd.executenonquery() not working bro 🙏

  • @vemulaniharika3888
    @vemulaniharika3888 3 ปีที่แล้ว

    I am facing error in con.Open();

    • @RunCodes
      @RunCodes  3 ปีที่แล้ว

      whats the error?

  • @hassannasar7905
    @hassannasar7905 2 ปีที่แล้ว

    thats amazing

  • @shadowrl7637
    @shadowrl7637 6 หลายเดือนก่อน

    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

  • @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 4 หลายเดือนก่อน

    @RunCodes, thanks a lot for that;;