C# Application - How to create a Login Form with SQL Server | FoxLearn

  Рет қаралды 65,154

Fox Learn

Fox Learn

Күн бұрын

Пікірлер: 168
@martinomantovani5594
@martinomantovani5594 5 жыл бұрын
Thank you so much for the help!
@foxlearn
@foxlearn 5 жыл бұрын
You're welcome. Thank you !
@SKins34
@SKins34 8 жыл бұрын
Thank you very much for tis tutorial...Can i know how to add multiple users to tis login form and how to make the login form and the database open at startup if its not too much of trouble 2 u??
@foxlearn
@foxlearn 8 жыл бұрын
Hi, You can view this video: kzbin.info/www/bejne/aoXSqYWIYt-fgdU (Create Login Window With User Authentication) Thanks
@SKins34
@SKins34 8 жыл бұрын
Thanks :)
@ermalspahiu2579
@ermalspahiu2579 7 жыл бұрын
Thank you,It worked perfectly .
@foxlearn
@foxlearn 7 жыл бұрын
That's great. Thank you !
@k_peter_001
@k_peter_001 7 жыл бұрын
Thank You your tutorials! Very helpful!! Could you create a login with windows username authentication?
@foxlearn
@foxlearn 7 жыл бұрын
Hi, I've uploaded you can view kzbin.info/www/bejne/aoXSqYWIYt-fgdU . thanks
@toantruong8750
@toantruong8750 8 жыл бұрын
Very good, thanks so much
@foxlearn
@foxlearn 8 жыл бұрын
+Toàn Trương Thanks :)
@arsalanamin8474
@arsalanamin8474 6 жыл бұрын
you're amazing............thanks
@foxlearn
@foxlearn 6 жыл бұрын
Thank you so much !
@trienvovantai7763
@trienvovantai7763 5 жыл бұрын
Excuse me, but i have 1 more column in database named role, how can i get its value. Because i want to login with 2 role (admin and user ). Thank you so much
@foxlearn
@foxlearn 5 жыл бұрын
You can view this video kzbin.info/www/bejne/aoXSqYWIYt-fgdU . Thank you !
@manudhanjal3365
@manudhanjal3365 6 жыл бұрын
this is very helpful
@ductptran1598
@ductptran1598 3 жыл бұрын
good
@ductptran1598
@ductptran1598 3 жыл бұрын
what is code process
@thesuberashidedu1208
@thesuberashidedu1208 7 жыл бұрын
This save my day :) Thanks maam :) can you please send the code maam ? just for my reference :) Thanks maam this help me a lot :)
@foxlearn
@foxlearn 7 жыл бұрын
Hi, What's your email? thank you
@thesuberashidedu1208
@thesuberashidedu1208 7 жыл бұрын
weaktype00@gmail.com Thanks maam :) :) I'm so Excited :)
@senadhaw2652
@senadhaw2652 3 жыл бұрын
Error CS0246 The type or namespace name 'TestEntities' could not be found (are you missing a using directive or an assembly reference?)
@senadhaw2652
@senadhaw2652 3 жыл бұрын
why is this coming
@foxlearn
@foxlearn 3 жыл бұрын
Add an ADO.NET Entity Data Model, then enter name Test. You should see all don't skip if you want to lose something
@CallumG450
@CallumG450 7 жыл бұрын
How would you insert data into the table, like for registering a user?
@foxlearn
@foxlearn 7 жыл бұрын
OK. Thank you for your suggestion. I'll make soon
@jandevincabahug
@jandevincabahug 7 жыл бұрын
Hi could you please send to me the whole program? Excluded the SQL Querry. Thanks a lot.
@foxlearn
@foxlearn 7 жыл бұрын
Hi, What's your email? Thank you
@catalinpresneanu1879
@catalinpresneanu1879 7 жыл бұрын
can you make a tutorial with register form with sql server , please ?
@foxlearn
@foxlearn 7 жыл бұрын
OK. Thank you for your suggestion. I'll make soon
@erectorsam4186
@erectorsam4186 6 жыл бұрын
thanks thanks thanks thanks .
@turnerztech935
@turnerztech935 8 жыл бұрын
hi thank you for this tut, i am having a problem it keeps saying username and password is incorrect and i'm not sure what i need to add where you put the comment. please help
@rebugservices4992
@rebugservices4992 8 жыл бұрын
Are you putting the code right?
@turnerztech935
@turnerztech935 8 жыл бұрын
+RebugServices I believe so I don't have any errors but in the video he has a comment about putting some info in n I dint know what that bit is
@rebugservices4992
@rebugservices4992 8 жыл бұрын
i couldnt create the sql form ;(
@alaynarajput3062
@alaynarajput3062 6 жыл бұрын
System.Data.SqlClient.SqlException: 'A connection was successfully established with the server, but then an error occurred during the login process. error: 0 - No process is on the other end plz help me how to solve this
@CristiDjful
@CristiDjful 7 жыл бұрын
This error occurs CS0019 Operator '&&' cannot be applied to operands of type 'string' and 'bool' WindowsFormsApplication1 E:\Obiecte\Programarea vizuala\14.03.2017 - pentru acasa\WindowsFormsApplication1\WindowsFormsApplication1\Form1.cs 55 Active What to do?
@foxlearn
@foxlearn 7 жыл бұрын
Hi, Please check your conditional operator again with data field types
@vincenteinosas9514
@vincenteinosas9514 7 жыл бұрын
suggested put a exit button. and a prevent system like when have already 3 attempts the system will shutdown and in security purpose add a when you type your password your system will ask caps lock and numbers to have a high security and add a new button to create a new user thanks sir/madam
@Lars51
@Lars51 6 жыл бұрын
Nice Video but by me TestEntities doesn't exist can you help me
@foxlearn
@foxlearn 6 жыл бұрын
You should create a model, then you can enter with name TestEntites
@hassanjaved2227
@hassanjaved2227 8 жыл бұрын
Hi can you please help me I am getting error in this syntax on test.Users the error appears when i type in users . var query = from o in test.Users Please help me thanks.
@foxlearn
@foxlearn 8 жыл бұрын
Hi, You need to add system.data.linq namespace. Thanks
@Hejhouyou
@Hejhouyou 8 жыл бұрын
I have this problem aswell and it didn't fix the issue.
@foxlearn
@foxlearn 8 жыл бұрын
Hi, What's your problem ? Can you take a screenshot and description your problem ? Thanks
@hassanjaved2227
@hassanjaved2227 8 жыл бұрын
It worked for me. Bundle of thanks.
@danish9742
@danish9742 7 жыл бұрын
What to do if i want to open a new form on successful login?
@foxlearn
@foxlearn 7 жыл бұрын
Hi, You can view this video kzbin.info/www/bejne/hKfIpa16j8ydjas to know how to do that. Thank you
@danish9742
@danish9742 7 жыл бұрын
Thank you. It helped me
@eddyquintero91
@eddyquintero91 8 жыл бұрын
SALUDOS DESDE REP. DOM SOLUCIONASTE LO DE LA INYECCION SQL YA QUE SI PONES ESTO EN TU USUARIO Y CONTRASEÑA PASA (' or 1=1 or "=') SINO ES ASI TE INVITO A PASAR POR MI CANAL YO LO SOLUCIONE.
@ondrej.mahdalik
@ondrej.mahdalik 8 жыл бұрын
What means the 'o' in the 'query'? It doesn't work for me with the 'o' value.
@foxlearn
@foxlearn 8 жыл бұрын
+Ondřej Mahdalík Hi, o is a variable. You need to include System.Data.Linq namesapce. Thanks
@ondrej.mahdalik
@ondrej.mahdalik 8 жыл бұрын
+Fox Learn I didn't noticed it. Thanks much.
@robiesuarez7730
@robiesuarez7730 5 жыл бұрын
but by me KeyChar doesn't exist can you help me. Thank you
@foxlearn
@foxlearn 5 жыл бұрын
Please check your code again. i think you miss something
@obaidrehman1
@obaidrehman1 8 жыл бұрын
if (e.KeyChar==(char)13) txtpassword.Focus(); Can u please explain this section to me...
@foxlearn
@foxlearn 8 жыл бұрын
+Mudassir Rehman Hi, if (e.KeyChar==(char)13) using to check enter key press. Thanks
@obaidrehman1
@obaidrehman1 8 жыл бұрын
Thanks..
@gabrielortiz4506
@gabrielortiz4506 6 жыл бұрын
Hello, can you please send me the source code. Thank you
@BugsbunnyEh
@BugsbunnyEh 7 жыл бұрын
great video too fast when u click with mouse
@foxlearn
@foxlearn 7 жыл бұрын
Thank you !
@MyChameera
@MyChameera 7 жыл бұрын
string connetionString = null; SqlConnection connection; SqlCommand command; string sql = null; SqlDataReader dataReader; connetionString = "Data Source=.;Initial Catalog=chameeraa;User ID=chamee;Password=123"; sql = "delete from data where name='" + dataGridView1.Rows[dataGridView1.CurrentRow.Index].Cells[0].Value.ToString() + "'"; connection = new SqlConnection(connetionString); try { connection.Open(); command = new SqlCommand(sql, connection); // MessageBox.Show(sql); dataReader = command.ExecuteReader(); MessageBox.Show("Success Fully Deleted"); clear(); dataReader.Close(); command.Dispose(); connection.Close(); data(); } catch (Exception ex) { MessageBox.Show(ex.Message); }
@foxlearn
@foxlearn 7 жыл бұрын
Thanks
@jandevincabahug
@jandevincabahug 7 жыл бұрын
Hi could you please send to me the whole program? Excluded the SQL Querry. Thanks a lot.
@foxlearn
@foxlearn 7 жыл бұрын
Hi, What's your email? thank you
@joshoaacorin7193
@joshoaacorin7193 8 жыл бұрын
Hello, can you please send me the source code. Thank you
@foxlearn
@foxlearn 8 жыл бұрын
Hi, What's your email? thanks
@joshoaacorin7193
@joshoaacorin7193 8 жыл бұрын
dyoshuwa29@gmail.com Thank you so much!
@foxlearn
@foxlearn 8 жыл бұрын
Sent. Thanks a lot :)
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 93 МЛН
.NET Framework vs .NET Core vs .NET vs .NET Standard vs C#
25:14
IAmTimCorey
Рет қаралды 559 М.
Bolt.new Tutorial for Beginners (the Cursor AI and V0 Killer)
33:31
Greg Isenberg
Рет қаралды 97 М.
What’s Up with Laravel? It’s Everywhere, and Here’s Why!
6:22
Create Login Window in C# step by step
16:35
Vetrivel D
Рет қаралды 2,5 МЛН
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18