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??
@foxlearn8 жыл бұрын
Hi, You can view this video: kzbin.info/www/bejne/aoXSqYWIYt-fgdU (Create Login Window With User Authentication) Thanks
@SKins348 жыл бұрын
Thanks :)
@ermalspahiu25797 жыл бұрын
Thank you,It worked perfectly .
@foxlearn7 жыл бұрын
That's great. Thank you !
@k_peter_0017 жыл бұрын
Thank You your tutorials! Very helpful!! Could you create a login with windows username authentication?
@foxlearn7 жыл бұрын
Hi, I've uploaded you can view kzbin.info/www/bejne/aoXSqYWIYt-fgdU . thanks
@toantruong87508 жыл бұрын
Very good, thanks so much
@foxlearn8 жыл бұрын
+Toàn Trương Thanks :)
@arsalanamin84746 жыл бұрын
you're amazing............thanks
@foxlearn6 жыл бұрын
Thank you so much !
@trienvovantai77635 жыл бұрын
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
@foxlearn5 жыл бұрын
You can view this video kzbin.info/www/bejne/aoXSqYWIYt-fgdU . Thank you !
@manudhanjal33656 жыл бұрын
this is very helpful
@ductptran15983 жыл бұрын
good
@ductptran15983 жыл бұрын
what is code process
@thesuberashidedu12087 жыл бұрын
This save my day :) Thanks maam :) can you please send the code maam ? just for my reference :) Thanks maam this help me a lot :)
@foxlearn7 жыл бұрын
Hi, What's your email? thank you
@thesuberashidedu12087 жыл бұрын
weaktype00@gmail.com Thanks maam :) :) I'm so Excited :)
@senadhaw26523 жыл бұрын
Error CS0246 The type or namespace name 'TestEntities' could not be found (are you missing a using directive or an assembly reference?)
@senadhaw26523 жыл бұрын
why is this coming
@foxlearn3 жыл бұрын
Add an ADO.NET Entity Data Model, then enter name Test. You should see all don't skip if you want to lose something
@CallumG4507 жыл бұрын
How would you insert data into the table, like for registering a user?
@foxlearn7 жыл бұрын
OK. Thank you for your suggestion. I'll make soon
@jandevincabahug7 жыл бұрын
Hi could you please send to me the whole program? Excluded the SQL Querry. Thanks a lot.
@foxlearn7 жыл бұрын
Hi, What's your email? Thank you
@catalinpresneanu18797 жыл бұрын
can you make a tutorial with register form with sql server , please ?
@foxlearn7 жыл бұрын
OK. Thank you for your suggestion. I'll make soon
@erectorsam41866 жыл бұрын
thanks thanks thanks thanks .
@turnerztech9358 жыл бұрын
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
@rebugservices49928 жыл бұрын
Are you putting the code right?
@turnerztech9358 жыл бұрын
+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
@rebugservices49928 жыл бұрын
i couldnt create the sql form ;(
@alaynarajput30626 жыл бұрын
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
@CristiDjful7 жыл бұрын
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?
@foxlearn7 жыл бұрын
Hi, Please check your conditional operator again with data field types
@vincenteinosas95147 жыл бұрын
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
@Lars516 жыл бұрын
Nice Video but by me TestEntities doesn't exist can you help me
@foxlearn6 жыл бұрын
You should create a model, then you can enter with name TestEntites
@hassanjaved22278 жыл бұрын
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.
@foxlearn8 жыл бұрын
Hi, You need to add system.data.linq namespace. Thanks
@Hejhouyou8 жыл бұрын
I have this problem aswell and it didn't fix the issue.
@foxlearn8 жыл бұрын
Hi, What's your problem ? Can you take a screenshot and description your problem ? Thanks
@hassanjaved22278 жыл бұрын
It worked for me. Bundle of thanks.
@danish97427 жыл бұрын
What to do if i want to open a new form on successful login?
@foxlearn7 жыл бұрын
Hi, You can view this video kzbin.info/www/bejne/hKfIpa16j8ydjas to know how to do that. Thank you
@danish97427 жыл бұрын
Thank you. It helped me
@eddyquintero918 жыл бұрын
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.mahdalik8 жыл бұрын
What means the 'o' in the 'query'? It doesn't work for me with the 'o' value.
@foxlearn8 жыл бұрын
+Ondřej Mahdalík Hi, o is a variable. You need to include System.Data.Linq namesapce. Thanks
@ondrej.mahdalik8 жыл бұрын
+Fox Learn I didn't noticed it. Thanks much.
@robiesuarez77305 жыл бұрын
but by me KeyChar doesn't exist can you help me. Thank you
@foxlearn5 жыл бұрын
Please check your code again. i think you miss something
@obaidrehman18 жыл бұрын
if (e.KeyChar==(char)13) txtpassword.Focus(); Can u please explain this section to me...
@foxlearn8 жыл бұрын
+Mudassir Rehman Hi, if (e.KeyChar==(char)13) using to check enter key press. Thanks
@obaidrehman18 жыл бұрын
Thanks..
@gabrielortiz45066 жыл бұрын
Hello, can you please send me the source code. Thank you