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
@Elprise13 жыл бұрын
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.
@anithabangaram262 жыл бұрын
In where we should keep i can't understand
@RunCodes2 жыл бұрын
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 Жыл бұрын
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
@siddharthbhoir70926 ай бұрын
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.
@RunCodes6 ай бұрын
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
@amychan7703 жыл бұрын
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?
@RunCodes3 жыл бұрын
import it above namespace as using System.Data.SqlClient
@twiddledeedee6 ай бұрын
most informative video i ever watched
@RunCodes6 ай бұрын
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
@shamira44914 жыл бұрын
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?
@RunCodes4 жыл бұрын
Use latest visual studio!
@JR-pp2xc4 жыл бұрын
@@RunCodes im using the latest ver of visual studio but still ain't working ? know why ?
@2GFactFinder3 жыл бұрын
Next time try post a new video on validating various controls like readio button, dropdown combobox, list box etc
@vinukagamaarachchige88452 жыл бұрын
yeah I agree
@notrestartup58093 жыл бұрын
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
@notrestartup58093 жыл бұрын
j'ai resolu le problem
@RunCodes3 жыл бұрын
English please!
@apoorvashitole43523 жыл бұрын
@@notrestartup5809 comment??
@upadyacaldera51783 жыл бұрын
For text boxes you coded it as txtfname.Text.... what code should I use for the datetime picker and radio button? , SIR
@RunCodes3 жыл бұрын
Use their name as variable!
@healthyvibesbyfarhad76123 жыл бұрын
hello, can we click a live photo and save in database?
@RunCodes3 жыл бұрын
Sure!
@GnrMet5 жыл бұрын
Great Video...Keep up the good work :) :)
@ravalsinhal80788 ай бұрын
Thanks sir,nice teach 🙏
@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?
@bruhman16814 жыл бұрын
Seems like you are from India. By the way, I'm Nemika form Sri Lanka. Keep it up bro!!!
@RunCodes4 жыл бұрын
Nepal 👌
@jimuelbolante69684 жыл бұрын
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 Thankyou again sir. Appreciate your works
@vaibhavverma13403 жыл бұрын
i get 'txtuname' does not exist in the current context. error code is CS0103 please help me to get sort out of this prob
@RunCodes3 жыл бұрын
Define it!
@mohamadnazirissumalgy36995 ай бұрын
@RunCodes, thanks a lot for that;;
@RunCodes5 ай бұрын
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
@timemast3r3 жыл бұрын
Sir can the server name be anything or must it be after the pc
@RunCodes3 жыл бұрын
Usually the name of PC!
@jarell2805 Жыл бұрын
And what if you want to display the table in a new form sir?
@muhammadabdullah27683 жыл бұрын
Thanks brother its might be helpful ☺️
@randomnoob64534 жыл бұрын
Sir, it Shows cs1061 error in .text
@omerhazim24805 жыл бұрын
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
@RunCodes5 жыл бұрын
Yup ! Can copy!
@RunCodes3 жыл бұрын
do you like our work? does this tutorial help you? if so, you can support us at www.patreon.com/RunCodes
@guingguingandrei33168 ай бұрын
it says not initialized on the cmd.ExecuteNonQuery();
@RunCodes8 ай бұрын
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
@nimeshbamaniya83834 жыл бұрын
Very helpful video thank you brother
@jamesallen3772 Жыл бұрын
Excellent sir thank you sir
@akashiseijuro77003 жыл бұрын
error in cmd.ExecuteNonQuery(); how to get this error ?please reply
@VlogsofJo3 жыл бұрын
Syntactical error in query i guess
@tinotendamanyere43283 жыл бұрын
thanks man...this is tooooooo informative.
@demetrapo6694 жыл бұрын
please asap i got error in values in the (, con) help
@RunCodes4 жыл бұрын
Check your query!
@pratibhayadav49163 жыл бұрын
Once you close the SQL next time you open then it shows error on cmd.excutenonquery
@rahulpoddar7732 Жыл бұрын
Cmd.executenonquery() not working bro 🙏
@rahulpoddar7732 Жыл бұрын
Syntax problem
@shehlakiduniya1943 жыл бұрын
Thank you so much sir for this informative video 😇
@alexxavier50305 жыл бұрын
Very useful. Is it same for web form too ?
@RunCodes5 жыл бұрын
kzbin.info/www/bejne/hJW7g3ZqipqWi5Y here you go.
@babo_web_developer75273 жыл бұрын
Thanks How to clear form after regstrration
@shruti67149 ай бұрын
You have to create a reset button
@Saw-dw5pk3 жыл бұрын
helped me a lot thanks man
@usmanimtiaz42634 жыл бұрын
sir there is an error in txtfname whats the solution?
@RunCodes4 жыл бұрын
you have to declare them first :)
@ManishMhatre16253 жыл бұрын
Great work brother.
@CarlBdrian4 жыл бұрын
does this work for everyone or it only works for me?
@RunCodes4 жыл бұрын
For all!
@DeepikaGautam-b3e Жыл бұрын
Superb sir
@kalpanagadmale99324 жыл бұрын
Update and delete kaise kare sir Chai to
@RunCodes4 жыл бұрын
kzbin.info/www/bejne/q4amgomQYsx-j5I here you go!
@PremChhetri3 жыл бұрын
Ramro cha.
@payalthakkar26102 жыл бұрын
Plz drop link for download this version of visual studio it's very important
@lifeliness83983 жыл бұрын
Please make login with registration project together.. In c#
@RunCodes3 жыл бұрын
kzbin.info/www/bejne/h563YqKbmJaMeMU
@colinellingham96312 жыл бұрын
GREAT VIDEO BRO!!!
@cyberdash78834 жыл бұрын
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 ?
@RunCodes4 жыл бұрын
Yes you have to! access the database content and check if user is already in db!
@vemulaniharika38883 жыл бұрын
I am facing error in con.Open();
@RunCodes3 жыл бұрын
whats the error?
@aymanjarmoune41825 жыл бұрын
thank you so much man,
@shadowrl76377 ай бұрын
This is terrible secuirty wise code.
@hassannasar79052 жыл бұрын
thats amazing
@sntgaming31126 күн бұрын
❤❤❤❤
@KennethDiazperlloni5 жыл бұрын
There's only two genders. 11:23
@RunCodes5 жыл бұрын
Add other as of your need!
@a.mproductions75243 жыл бұрын
Lier...subscribed and no link for code
@RunCodes3 жыл бұрын
Goto website! don't spread false news!
@a.mproductions75243 жыл бұрын
@@RunCodes there was no code no nothing
@RunCodes3 жыл бұрын
www.techsupportnep.com/programming/csharp/how-to-create-user-registration-form-in-c-net-using-sql-server-database.html here it is!