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
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.
While writing sql query you have to put @ sign before double quotes inside the connection class. Ex sqlconnection con = new sqlconnection(@“here_goes_sql”)
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
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.
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
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
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?
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?
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
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
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
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 ?
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
most informative video i ever watched
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
Next time try post a new video on validating various controls like readio button, dropdown combobox, list box etc
yeah I agree
do you like our work?
does this tutorial help you?
if so, you can support us at www.patreon.com/RunCodes
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.
In where we should keep i can't understand
While writing sql query you have to put @ sign before double quotes inside the connection class. Ex sqlconnection con = new sqlconnection(@“here_goes_sql”)
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
Great Video...Keep up the good work :) :)
Seems like you are from India. By the way, I'm Nemika form Sri Lanka. Keep it up bro!!!
Nepal 👌
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.
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
thanks man...this is tooooooo informative.
@RunCodes, thanks a lot for that;;
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
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?
import it above namespace as using System.Data.SqlClient
Very helpful video thank you brother
Thanks sir,nice teach 🙏
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?
Use latest visual studio!
@@RunCodes im using the latest ver of visual studio but still ain't working ? know why ?
helped me a lot thanks man
Great work brother.
And what if you want to display the table in a new form sir?
Thanks brother its might be helpful ☺️
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?
For text boxes you coded it as txtfname.Text.... what code should I use for the datetime picker and radio button? , SIR
Use their name as variable!
Excellent sir thank you sir
Very useful. Is it same for web form too ?
ruclips.net/video/NdXRC4U5cU4/видео.html here you go.
Sir, it Shows cs1061 error in .text
Once you close the SQL next time you open then it shows error on cmd.excutenonquery
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
Yup ! Can copy!
GREAT VIDEO BRO!!!
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 ?
stackoverflow.com/questions/876342/storing-passwords-in-sql-server
@@RunCodes Thankyou again sir. Appreciate your works
hello, can we click a live photo and save in database?
Sure!
Plz drop link for download this version of visual studio it's very important
i get 'txtuname' does not exist in the current context. error code is CS0103 please help me to get sort out of this prob
Define it!
Superb sir
Sir can the server name be anything or must it be after the pc
Usually the name of PC!
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
j'ai resolu le problem
English please!
@@notrestartup5809 comment??
it says not initialized on the cmd.ExecuteNonQuery();
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
Cmd.executenonquery() not working bro 🙏
Syntax problem
Ramro cha.
does this work for everyone or it only works for me?
For all!
error in cmd.ExecuteNonQuery();
how to get this error ?please reply
Syntactical error in query i guess
Please make login with registration project together.. In c#
ruclips.net/video/QmT1oec1YBc/видео.html
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 ?
Yes you have to! access the database content and check if user is already in db!
thank you so much man,
please asap i got error in values in the (, con) help
Check your query!
sir there is an error in txtfname whats the solution?
you have to declare them first :)
Thanks
How to clear form after regstrration
You have to create a reset button
Thank you so much sir for this informative video 😇
Update and delete kaise kare sir Chai to
ruclips.net/video/uUCQVZ-gKY0/видео.html here you go!
I am facing error in con.Open();
whats the error?
This is terrible secuirty wise code.
thats amazing
❤❤❤❤
There's only two genders. 11:23
Add other as of your need!
Lier...subscribed and no link for code
Goto website! don't spread false news!
@@RunCodes there was no code no nothing
www.techsupportnep.com/programming/csharp/how-to-create-user-registration-form-in-c-net-using-sql-server-database.html here it is!
This video is not quality
@RunCodes, thanks a lot for that;;