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

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2019
  • This video will show you how you can create a simple user registration form in C#.NET using SQL Server Database.
    New ways: How to Create a User Registration Form in C#.NET using SQL Server Database and Visual Studio 2022?
    • How to Create a User R...
    Support us on Patreon: / runcodes
    Source Code: www.runcodes.tech/programming...
    Email in C#: • How to Send an Email u...
    OTP in C#: • How to Generate and Se...
    Multiuser Login Form in C#.NET: • How to Create Multi Us...
    How to Create Login Form in C# with Database in Visual Studio?[With Source Code]: • How to Create Login Fo...
    Create Simple Login Form in C#.NET without Database[With Source Code]: • Create Simple Login Fo...
    How to Create Login Form in ASP.NET using SQL Server Database?[With Source Code]: • How to Create Login Fo...
    How to Link ComboBox with Database and show values in TextBox if Select ComboBox in C#.NET?: • How to Link ComboBox w...
    How to Link ListBox with Database and show values in TextBox if Select ListBox in C#.NET?: • How to Link ListBox wi...
    Insert Update Delete and View Data From SQL Server Database in C#.NET[Part-1][With Source Code]: • Insert Update Delete a...
    Insert Update Delete and View Data From SQL Server Database in C#.NET[Part-2][With Source Code]: • Insert Update Delete a...
    Insert Update Delete and View Data From SQL Server Database in C#.NET[Part-3][With Source Code]: • Insert Update Delete a...
    Insert Update Delete and View Data From SQL Server Database in C#.NET[Part-4][With Source Code]: • Insert Update Delete a...
    How to Send Free SMS in C#.NET using SMS API?With Source Code]: • How to Send Free SMS F...
    Send free SMS using C#[email-to-sms]: • How to Send Free SMS U...
    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.
    Follow us on Social Media:
    Facebook: RunCodesPage
    Instagram: runcodes
    Twitter: RunCodesTwit
    #CSharpUserRegistration #UserRegisrationForm #EmailUsingCSharp
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    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

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

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

  • @Elprise1
    @Elprise1 2 ปีที่แล้ว +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 7 หลายเดือนก่อน

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

    thanks man...this is tooooooo informative.

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

    Very helpful video thank you brother

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

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

    Thanks brother its might be helpful ☺️

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

    Thanks sir,nice teach 🙏

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

    helped me a lot thanks man

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

    Excellent sir thank you sir

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

    Thank you so much sir for this informative video 😇

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

    Great work brother.

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

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

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

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

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

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

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

  • @user-ot9zy6xn1b
    @user-ot9zy6xn1b 5 หลายเดือนก่อน

    Superb sir

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

    GREAT VIDEO BRO!!!

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

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

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

      Nepal 👌

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

    thank you so much man,

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

    Sir, it Shows cs1061 error in .text

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

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

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

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

      Use their name as variable!

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

    Ramro cha.

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

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

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

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

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

    thats amazing

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

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

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

    Very useful. Is it same for web form too ?

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

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

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

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

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

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

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

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

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

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

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

      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

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

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

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

      Check your query!

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

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

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

      th-cam.com/video/QmT1oec1YBc/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 :)

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

    Thanks
    How to clear form after regstrration

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

      You have to create a reset button

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

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

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

      For all!

  • @rahulpoddar7732
    @rahulpoddar7732 10 หลายเดือนก่อน

    Cmd.executenonquery() not working bro 🙏

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

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

    I am facing error in con.Open();

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

      whats the error?

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

    This is terrible secuirty wise code.

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

    There's only two genders. 11:23

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

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

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