- 10
- 399 553
SwIT Clog
เข้าร่วมเมื่อ 30 มี.ค. 2020
Login Form in C# windows form application with SQL database in Visual Studios.
This video contain step by step process of creating and coding a login form. It includes the creation of a database. Adding connection to the visual studio. Then the coding part.
มุมมอง: 345 522
วีดีโอ
The Combo box as a Search option in C# windows form application
มุมมอง 7K3 ปีที่แล้ว
In this video I am discussing about the index change property of combo box, which help the users to load data in to the form according the selected data in the combo box.
Login in Form in C# with SQL Database
มุมมอง 7K4 ปีที่แล้ว
Step by Step approach to design and Code an attractive log in form in C# with SQL Database in Visual Studios
Validating a Phone Number in C# Windows Form Application
มุมมอง 7K4 ปีที่แล้ว
The Step by Step approach to validate a Phone number in C# Windows form Application in Visual Studios
Delete button in C# Windows form application
มุมมอง 9K4 ปีที่แล้ว
Step by Step approach to complete the Coding of the Delete button in C# Windows form application in Visual Studios
Update button in C# Windows form application
มุมมอง 5K4 ปีที่แล้ว
Step by Step approach to complete the coding of the Update button in C# Windows form application in Visual studios.
Search button in C# Windows form Application
มุมมอง 16K4 ปีที่แล้ว
Step by Step approach of coding the Search button in C# windows form application in Visual Studios.
Loading values to a Combobox in C# Windows form Application
มุมมอง 7634 ปีที่แล้ว
Step by Step to load values to a Combobox in Visual Studio C# windows form Application
Datagridview in C# Windows form Application
มุมมอง 7914 ปีที่แล้ว
Basic knowledge on Datagridview and the step by step approach of it.
Insert button in C# step by step
มุมมอง 1.4K4 ปีที่แล้ว
Step by step process begins from creating a database table, creating the connection string and coding the Add button.
thanks
but why is the password visible it should be shown as ***** thats the problem im stuck at
Bhai Design Ka option kaha se aata hai Vs Code me
Which one is primary key 🗝 username or password or we create new table ID
this video help me most for working login UI. I want to build software for my 7th sem project. thank you
Thank you dear life saver!!!!!!
I typed all the code correctly but I can't run it and get the windows form..please help me 😪
First you have to design the form and you have to give names for each elements (textboxes buttons and other form elements) respectively. If the code not runs or still have bugs and errors copy the code and paste it in chatgpt and ask it to fix them and explain the error.
Thank you so much 🤍😊
wow
Bhai kuch sikhana hai to train ticket reservation software banana sikhao
How to find out the server name which you're doing in vs while connecting with sql. I'm using MySQL workbench.may i know plss
You Saved My Day 🙌
how to fix this System.ArgumentException: 'Keyword not supported: 'trust server certificate'.'
you just save my grade😂😂❤❤
Very nice guide. Thanks a lot, Sir! :)
i am handsome
Very Good Explanation
Tq so much 🎉
thank you very much.!!!
Thank you very much
@@dreamwantstobecoder1534 tui làm bình thường mà bro. Có j ib tui
@@dreamwantstobecoder1534 tui làm được mà ta
Can u post a vedio for sign in and sign up page 🤌and ur vedios r helpful
Thank You sooooooooooo much sir.
you are the best of the best
Thank u, one question - how to publish it and install it and use it in other system- database will be different in other computer
Thank you so much for this video. This helped me to complete my assignment
i don't have sqlconnection i don't know why
Try again dear❤❤
cool video)
please make an project on travel agency through window form C#
System.Data.SqlClient.SqlException: 'Invalid object name 'tbl_login'.' Keep getting this error
I dont understand why as my table is called tbl_login
good job friend..👍.Thanks ......💓 I think can you add you's voice it is good to understand better.
You just saved me from getting repeated from my course. Thank you so much. Keep up the good work. ❤
me too... 😅
in NIBM? lol
thankz you save me alot of time finding this login
Great video
good job thankyou...
Just thnx
Walang silbe
good video
there is error in codding txt_username.Text. txt_password.Text it show error message that it does not in current context ..what i do .
Not happening to me
ty
Thanks
amazing
4:47 i cannot find my database here :( help
discord is youniss if you still need help
th-cam.com/video/x_-osmAI_bQ/w-d-xo.html Late to this comment but, I had the same problem and here's a solution to it. Type "services" in search bar, find SQL Server Browser, right click on it/Properties/Set it to "automatic" from "disabled" and click apply/click on "start" and hit ok. Then refresh the server name in visual studio window.
Bro ye SQL. Server kha le liye
Your work is good but you are too fast and no one understands it well
great content😃❤
what is DataTable in here?
' " AND password =' "+txt_password.Text+" ' ";
I code exactly the same as shown in video but my try block getting ignored and the catch block is getting executed even I entered the right password and username.. Can anyone tell me why this is happened??
This can't be you must have did wrong try catch bcoz it working but ignoring try so something wrong with maybe with SQL query u must check query
Visual studios?? how it will connect to the sql database???