Worked for me thank you very much! And guys just follow his steps, I had to start over several times and double-checked multiple times before i got it right. Like button given
having error messages on both text boxes. used the same plugin you uploaded and i have error messages here. ( this is for all of them. ) ( ill be showing you where the error is using ** ) { if (**txtPassword**.Text.Equals("")) { **txtpassword**.text = "Password"; } }
Hi! Interesting tutorial. Could I use the using block in the btnLogin_Click method instead of con.Open() and Close() and to make sure I can handle any type of Exception it might return?
hmm, it seems like when you enter a username that doesnt exist the error message doesnt come up? any fix to this? i tried myself but no solution :\ im new to c#/visual
you can check either username exist or not but this video has little bit different scenario. Error msg only pop up when you press login button according to this tutorial.
@@CSharpCodeAcademy i find that when you put a username that exists but with the wrong password then you get the error message but if you put a username that doesnt exist then no message pops up?
you have to add a method that ensures the username exists or not to textbox. Use leave(built-in) event handler for it, you'll find this event handler inside property panel.
@@CSharpCodeAcademy i checked it and i tried testconnection and it was successfull. but when i execute it says cannot connect to the sql server. copied the string from appconfig
one more question ! can you help me in Sql Server Management Studio i cant find sql server in my services.msc also configuration manager is missing , i have watch many videos, but it didnt help me in my problem , please response . thanks I have installed 18.4 version of ssms .
bunifu has multiple form items like buttons textboxs and more on a dll but you need to buy it for like $200 or you can pirate it like the guy on tutorial did
Thank you dude, but i want you to make a simple video about how to adjust a textbox to post new updates to the users from database or directly from within the application
sir i did same as your video it is work well but when i add new user in sql server i try to login in visual studio it is written wrong pass or username what should i do when i want add new user
everytime i login with the correct username it brings me the error that says thats incorrect and then the error that the login is correct how can i fix this? i use visual studio 2019 if that matters...
Go Check Out
New Awesome Video is OUT => ua-cam.com/video/t4Kg62UeSws/v-deo.html
lol cracked bunifu im lovin that
Thanks bro! You made the things easier for me. A huge, very deserved, LIKE.
Worked for me thank you very much!
And guys just follow his steps, I had to start over several times and double-checked multiple times before i got it right.
Like button given
🥰🥰🥰🥰 thanks bro keep going
Thank you ... This video is very helpful ❤️
You're welcome 😊
check out this one: ua-cam.com/video/t4Kg62UeSws/v-deo.html
Thanks you for the video !
How can i make multiple logins? Like i've added one more account to the db but it didn't work
check out this video => ua-cam.com/video/t4Kg62UeSws/v-deo.html
@@CSharpCodeAcademy Will it work with Windows Form Apps?
it'll works because the backend is same.
i can login with my PC but i can't login with my other PC. Basically i want other people to login...
*Server was on*
if you want to login remotely like from other PC so you need to setup server either host on a network or host on cloud then you'll be able to login
having error messages on both text boxes. used the same plugin you uploaded and i have error messages here. ( this is for all of them. ) ( ill be showing you where the error is using ** )
{
if (**txtPassword**.Text.Equals(""))
{
**txtpassword**.text = "Password";
}
}
follow the steps carefully, the error will be resolved.
Hi! Interesting tutorial. Could I use the using block in the btnLogin_Click method instead of con.Open() and Close() and to make sure I can handle any type of Exception it might return?
yes, you can
can you make any management system project using sql database with oop concepts ? Make a video on that.. it will be helpful :)
It will take time, i'll try my best to publish video soon
@@CSharpCodeAcademy Thanks :)
I got way confused watching this. Might have to watch it again to properly understand. Nice tutorial though.
I'd recommend visiting the pinned link.
HELP!
I add another column of user and password and when I tried to access didn't recognise the user.
Sorry to say, it's just an example and it's works for only one user, we'll upload another tutorial very soon for multiple accounts login.
@@CSharpCodeAcademy Oh, thats why, lol. Anyway, thanks for the video!
Follow This New Tutorial For your Previous Problem ua-cam.com/video/t4Kg62UeSws/v-deo.html
hmm, it seems like when you enter a username that doesnt exist the error message doesnt come up? any fix to this? i tried myself but no solution :\ im new to c#/visual
you can check either username exist or not but this video has little bit different scenario. Error msg only pop up when you press login button according to this tutorial.
@@CSharpCodeAcademy i find that when you put a username that exists but with the wrong password then you get the error message but if you put a username that doesnt exist then no message pops up?
you have to add a method that ensures the username exists or not to textbox. Use leave(built-in) event handler for it, you'll find this event handler inside property panel.
every time i try to run it says that it cant connect to the sql server. by: con.Open();
Make sure the connection string is correct.
@@CSharpCodeAcademy i checked it and i tried testconnection and it was successfull. but when i execute it says cannot connect to the sql server. copied the string from appconfig
when I press ctrl +S it opens the windows tab
one more question !
can you help me in Sql Server Management Studio
i cant find sql server in my services.msc also configuration manager is missing , i have watch many videos, but it didnt help me in my problem , please response . thanks
I have installed 18.4 version of ssms .
bro uninstall all of them and download sql server maangmnet studio 2019 after that download serv er 2019 and u are ready to go
What is bunifu ? Is it a library that can be added or what? I’m new in designing
bunifu has multiple form items like buttons textboxs and more on a dll but you need to buy it for like $200 or you can pirate it like the guy on tutorial did
bunifu is a framework containing tools and forms that is unique and make more attractive and modern design.
What is the minimum version of visual studio required? Will 2012 update 5 work?
yeah, definitely it works
Operator '&&' cannot be applied to operands of type bool and string
Please help
Thank you dude, but i want you to make a simple video about how to adjust a textbox to post new updates to the users from database or directly from within the application
Thanks for the idea!
btw check out the new login Tutorial you'll get it better : ua-cam.com/video/t4Kg62UeSws/v-deo.html
C# Code Academy i’ll check this out. But what about my idea... Are you willing to upload a video about how to do it ? Thank you!
hy i don't have bunifo text in properties kindly guide me please
how to do this if you have an admin user and a standard user?
sir i did same as your video it is work well but when i add new user in sql server i try to login in visual studio it is written wrong pass or username what should i do when i want add new user
For multiple user accounts, follow the new video. You can find the link in the pinned comment.
@@CSharpCodeAcademy thank you sir
God bless you
if user name are more than 1, how to know which user login? Can you show the user name?? Such as "Welcome "abc"?
Follow this tutorial ua-cam.com/video/t4Kg62UeSws/v-deo.html
And comment if don't get your point there
Please dont use this kind of "authorization" for ur Progarmm. It's highly unsecure to jsut add users and not encrypted passwords in a table.
It works only with 1 person in the table :(, I added a second one but I just don't work, you know how to fix?
You should change CommandText = String.Format{"Select * from AUTH where username = {0}, password = {1}", txtUsername.Text, txtPassword.Text)
thanks for updating, but you can use "+" operator or string.format but both will return same string.
Follow this new Tutorial ua-cam.com/video/t4Kg62UeSws/v-deo.html
is it work if i give the soft ware to my friend , he can connect to his account ?
Obviously, it will work.
@@CSharpCodeAcademy ok i will try ty
@@CSharpCodeAcademy and can i manage accounts of my friends ?
@@BABTOUTV you can if you are a database administrator.
@@CSharpCodeAcademy yea ok but my computer must be open for connect ?
Not very good tutorial, it only works for a single user in a table, and the music is horrible.
yeah, it's for only single user, thanks for your feedback.
Are you using sql server with linq
I'll upload soon,
Follow this updated login design ua-cam.com/video/t4Kg62UeSws/v-deo.html
thanks for this ,
can you make a video how to download bunifu framework , TIA
watch this video: ua-cam.com/video/5PWvmBH9DpY/v-deo.html and in the description you'll get the link to download bunifu framework
@@CSharpCodeAcademy thanks :)
everytime i login with the correct username it brings me the error that says thats incorrect and then the error that the login is correct how can i fix this? i use visual studio 2019 if that matters...
the version of visual studio doesn't matter, the thing is you have to check your database
Connection
bro, can you Provide a link to download visual studio
visualstudio.microsoft.com/downloads/
@@CSharpCodeAcademy thanks bro ❤️
were is form exit bruh ?
unfortunately, in this form there is no exit but you can create the exit,
check out the better one: ua-cam.com/video/t4Kg62UeSws/v-deo.html
create table admin and user plz bro...
follow this new tutorial ua-cam.com/video/t4Kg62UeSws/v-deo.html
How to add user?
you can design User Registration Form or directly enter the values to Db.
@@sandessat6384 could you explain what you wanna ask?
Does anybody notice he's using a cracked version, witch is illegal.
Does anyone care? Nope
Can I get the source code??
you can create your own source code by following the tutorial.
Actually I did it but every time I enter txtUsername.Text
It shows error
@@itechdivyanshu2434 you need to use the name for your textbox
I used it but red underline was under" .Text " portion