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

  Рет қаралды 134,816

RunCodes

RunCodes

Күн бұрын

Пікірлер: 93
@RunCodes
@RunCodes 8 ай бұрын
New ways: How to Create a User Registration Form in C#.NET using SQL Server Database and Visual Studio 2022? kzbin.info/www/bejne/ioaum3SCm5yihcU
@Elprise1
@Elprise1 3 жыл бұрын
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 жыл бұрын
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
@siddharthbhoir7092
@siddharthbhoir7092 6 ай бұрын
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 6 ай бұрын
Insert Update Delete and View Data From SQL Server Database in C#.NET[Part-1][With Source Code] kzbin.info/www/bejne/q4amgomQYsx-j5I watch this series
@amychan770
@amychan770 3 жыл бұрын
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
@twiddledeedee
@twiddledeedee 6 ай бұрын
most informative video i ever watched
@RunCodes
@RunCodes 6 ай бұрын
I think you should watch this! How to Create a User Registration Form in C#.NET using SQL Server Database and Visual Studio 2022? kzbin.info/www/bejne/ioaum3SCm5yihcU
@shamira4491
@shamira4491 4 жыл бұрын
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 жыл бұрын
Use latest visual studio!
@JR-pp2xc
@JR-pp2xc 4 жыл бұрын
@@RunCodes im using the latest ver of visual studio but still ain't working ? know why ?
@2GFactFinder
@2GFactFinder 3 жыл бұрын
Next time try post a new video on validating various controls like readio button, dropdown combobox, list box etc
@vinukagamaarachchige8845
@vinukagamaarachchige8845 2 жыл бұрын
yeah I agree
@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
@notrestartup5809
@notrestartup5809 3 жыл бұрын
j'ai resolu le problem
@RunCodes
@RunCodes 3 жыл бұрын
English please!
@apoorvashitole4352
@apoorvashitole4352 3 жыл бұрын
@@notrestartup5809 comment??
@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!
@healthyvibesbyfarhad7612
@healthyvibesbyfarhad7612 3 жыл бұрын
hello, can we click a live photo and save in database?
@RunCodes
@RunCodes 3 жыл бұрын
Sure!
@GnrMet
@GnrMet 5 жыл бұрын
Great Video...Keep up the good work :) :)
@ravalsinhal8078
@ravalsinhal8078 8 ай бұрын
Thanks sir,nice teach 🙏
@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?
@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 👌
@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 жыл бұрын
stackoverflow.com/questions/876342/storing-passwords-in-sql-server
@jimuelbolante6968
@jimuelbolante6968 4 жыл бұрын
@@RunCodes Thankyou again sir. Appreciate your works
@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!
@mohamadnazirissumalgy3699
@mohamadnazirissumalgy3699 5 ай бұрын
@RunCodes, thanks a lot for that;;
@RunCodes
@RunCodes 5 ай бұрын
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? kzbin.info/www/bejne/ioaum3SCm5yihcU
@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!
@jarell2805
@jarell2805 Жыл бұрын
And what if you want to display the table in a new form sir?
@muhammadabdullah2768
@muhammadabdullah2768 3 жыл бұрын
Thanks brother its might be helpful ☺️
@randomnoob6453
@randomnoob6453 4 жыл бұрын
Sir, it Shows cs1061 error in .text
@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!
@RunCodes
@RunCodes 3 жыл бұрын
do you like our work? does this tutorial help you? if so, you can support us at www.patreon.com/RunCodes
@guingguingandrei3316
@guingguingandrei3316 8 ай бұрын
it says not initialized on the cmd.ExecuteNonQuery();
@RunCodes
@RunCodes 8 ай бұрын
Try this method How to Create a User Registration Form in C#.NET using SQL Server Database and Visual Studio 2022? kzbin.info/www/bejne/ioaum3SCm5yihcU
@nimeshbamaniya8383
@nimeshbamaniya8383 4 жыл бұрын
Very helpful video thank you brother
@jamesallen3772
@jamesallen3772 Жыл бұрын
Excellent sir thank you sir
@akashiseijuro7700
@akashiseijuro7700 3 жыл бұрын
error in cmd.ExecuteNonQuery(); how to get this error ?please reply
@VlogsofJo
@VlogsofJo 3 жыл бұрын
Syntactical error in query i guess
@tinotendamanyere4328
@tinotendamanyere4328 3 жыл бұрын
thanks man...this is tooooooo informative.
@demetrapo669
@demetrapo669 4 жыл бұрын
please asap i got error in values in the (, con) help
@RunCodes
@RunCodes 4 жыл бұрын
Check your query!
@pratibhayadav4916
@pratibhayadav4916 3 жыл бұрын
Once you close the SQL next time you open then it shows error on cmd.excutenonquery
@rahulpoddar7732
@rahulpoddar7732 Жыл бұрын
Cmd.executenonquery() not working bro 🙏
@rahulpoddar7732
@rahulpoddar7732 Жыл бұрын
Syntax problem
@shehlakiduniya194
@shehlakiduniya194 3 жыл бұрын
Thank you so much sir for this informative video 😇
@alexxavier5030
@alexxavier5030 5 жыл бұрын
Very useful. Is it same for web form too ?
@RunCodes
@RunCodes 5 жыл бұрын
kzbin.info/www/bejne/hJW7g3ZqipqWi5Y here you go.
@babo_web_developer7527
@babo_web_developer7527 3 жыл бұрын
Thanks How to clear form after regstrration
@shruti6714
@shruti6714 9 ай бұрын
You have to create a reset button
@Saw-dw5pk
@Saw-dw5pk 3 жыл бұрын
helped me a lot thanks man
@usmanimtiaz4263
@usmanimtiaz4263 4 жыл бұрын
sir there is an error in txtfname whats the solution?
@RunCodes
@RunCodes 4 жыл бұрын
you have to declare them first :)
@ManishMhatre1625
@ManishMhatre1625 3 жыл бұрын
Great work brother.
@CarlBdrian
@CarlBdrian 4 жыл бұрын
does this work for everyone or it only works for me?
@RunCodes
@RunCodes 4 жыл бұрын
For all!
@DeepikaGautam-b3e
@DeepikaGautam-b3e Жыл бұрын
Superb sir
@kalpanagadmale9932
@kalpanagadmale9932 4 жыл бұрын
Update and delete kaise kare sir Chai to
@RunCodes
@RunCodes 4 жыл бұрын
kzbin.info/www/bejne/q4amgomQYsx-j5I here you go!
@PremChhetri
@PremChhetri 3 жыл бұрын
Ramro cha.
@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 жыл бұрын
kzbin.info/www/bejne/h563YqKbmJaMeMU
@colinellingham9631
@colinellingham9631 2 жыл бұрын
GREAT VIDEO BRO!!!
@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!
@vemulaniharika3888
@vemulaniharika3888 3 жыл бұрын
I am facing error in con.Open();
@RunCodes
@RunCodes 3 жыл бұрын
whats the error?
@aymanjarmoune4182
@aymanjarmoune4182 5 жыл бұрын
thank you so much man,
@shadowrl7637
@shadowrl7637 7 ай бұрын
This is terrible secuirty wise code.
@hassannasar7905
@hassannasar7905 2 жыл бұрын
thats amazing
@sntgaming311
@sntgaming311 26 күн бұрын
❤❤❤❤
@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 5 ай бұрын
@RunCodes, thanks a lot for that;;
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
C# - Create User Registration Or Sign Up Form With SQL Server
17:50
CodAffection
Рет қаралды 264 М.
Insert Update Delete View and search data from database in C#.net
13:47
C# Tutorial - Connect SQL server database with Visual Studio C#  with source code
18:34
Programming for Everybody
Рет қаралды 138 М.
Create Login Window in C# Using Sql Server
19:20
CodAffection
Рет қаралды 554 М.
How To Create User Login Form With C# And SQL Server Database🔥🔥
23:55
Programming With Om
Рет қаралды 64 М.