Thanks Vetrivel D .It was really helpful.I was not able to create a table in my database by your way,so I tried the following way,and helped me.I am posting this so that it can be helpful to anyone who have the same problem, Steps 1-Change the name of table [dbo].[table---(change this)] Step 2-Don't save the table after creating them rather choose option update table and then update database. Step 3-On refreshing the tables you will be able to see your table.
@ВладимирСоколовский-щ1ы Жыл бұрын
Dear friend. Visit youtube channel "Solve My Programming Task". They create simple programs for free. I used it.
@kurobaka94037 жыл бұрын
this is what you called a true tutorial..step by step... not like the others that just recording those forms not explaining especially the codes that are used to make it run the forms.... thanks vetrivel ;)
@CDITINFOTECH2 жыл бұрын
Thanks a lot.
@marlobasas80356 жыл бұрын
Thank you for this! This will help for those students that needs to learn while their professor didn't know how to explain some codes in their class! God bless! :-)
@anisansari88614 жыл бұрын
. . . . . . . . .
@SciDOCMBC4 жыл бұрын
What is so difficult about creating a login form? Most of the people who have problems with this haven't learned or understood C# properly before. Many jump into Visual Studio without first learning the basics like C# and OOP. So it's no wonder you run into problems developing such easy forms if you don't understand the basics.
@saft25293 жыл бұрын
also you can create a FAKE login window with viruses. hope that it will work on my sister
@CDITINFOTECH2 жыл бұрын
Thank you for liking video.
@shanthidevev.annatharao5924 жыл бұрын
Thank you very much Sir for the Kalvi Nyanam Sharing to the World. God bless you with more Wisdom. I am going try this tutorials. Look very easy to Learn.
@marielleyu73638 жыл бұрын
Wow, youre amazing! Ive looked at other video tutorials for making a second form and well.. theirs were so hard to understand == , they made it look so complicated. Yours is the best
@cossinle5 жыл бұрын
@inazmul123 A single equal means that there is going to be a change. Two of them means there is no change.
@SciDOCMBC4 жыл бұрын
why is everything explained so complicated, = means an assignment, == means a comparison
@osiris54497 жыл бұрын
Thank you so much, I'm new to VSC and C# (I'm a web/mobile/Java Dev.); I been looking everywhere to learn how to handle data relations like this with VSC. You're like the only accurate tutorial I can find that covers the database/client(app) connections. Thanks!
@CDITINFOTECH2 жыл бұрын
Thank you.
@jijithamj72695 жыл бұрын
da.fill(dt); in this statement occure some error...
@EddiePageVideos9 жыл бұрын
Hey, thank you. I'm a beginner and I was stuck with this problem for two days and I wasn't getting anywhere. This video helped me a lot.
@ajayrathore23985 жыл бұрын
An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll sda.Fill(dt); problem
@binuranavodh16813 жыл бұрын
I gt the same
@GnanaAkilan10 жыл бұрын
Vetri vel.D Thanks for the great tutorial, anna. Don't care about the bad comments. Always share your knowledge and help all.
@marklouiesalvador60327 жыл бұрын
8:50 same problem... Press Control + ?.... Your favorable response will be highly appreciated... Thank you
@maruf79564 жыл бұрын
@Mega Trash ctrl+f8 doesn't do anything
@christi79904 жыл бұрын
so u just change the name at the bottom and press update (I had to go to a different video to know this)
@adityasagarr3 жыл бұрын
@@christi7990 thanks... u guys are just great
@christi79903 жыл бұрын
@@adityasagarr lol I forgot I wrote this
@adityasagarr3 жыл бұрын
@@christi7990 😄even I was not expecting any reply on my reply to your reply... Omg... that's too much reply 😂
@wamenslot9 жыл бұрын
I must say i'm not a very good to understand english, even when someone is talking it from another language, but while you listen and watch, you can understand the hole context. It's a good tutorial. I'm learning c# these days by reading an old 2008 version book and those videos are really helpful. Thanks.
@VetrivelD9 жыл бұрын
wamenslot Thanks Brother.. Further Any Doubts then feel free to ask me.. if you like our tutorials then kindly share your friends..
@joeyalbertconejero22879 жыл бұрын
Can you post a tutorial about logging in with different user types. for example, if i am the admin it will direct me into different form
@VetrivelD9 жыл бұрын
Joey Albert Conejero Based on your doubts, Am made video for you kzbin.info/www/bejne/bHWlZ5KdiNmohc0
@thareendrakasun10277 жыл бұрын
gra8 one... i don't worry about your grammar or accent. it is a good tutorial for beginners... respect and salute...
@ADEELTARIQBHATTI8 жыл бұрын
Greetings, SqlDataAdapter sda = new SqlDataAdapter("Select Count(*) From [Table] where UserName = '" + textBox1.Text + "' and Password = '" + textBox2.Text + "'", con); Table is reserved word it should be in braces [Table]* Table is name of your table in Database Thanks
@vishnumk75208 жыл бұрын
+Adeel Tariq Thank you so much.... That was all i needed........ " [Table]"...
@ADEELTARIQBHATTI8 жыл бұрын
Thanks I was facing same for long time...
@riththeara27088 жыл бұрын
Nice Thank
@Steven-ol7wv7 жыл бұрын
Thanks captain :)
@yousufshah14167 жыл бұрын
Adeel Tariq i want Your Email so Please Send Me Your Email
@rameshramnani10 жыл бұрын
Very good, and simple way to explain how to add password to your form.... Thank you
@ebinumenuenwosu43579 жыл бұрын
could you do a video to show the various stages/exceptions or or should I say errors of logining into an interface. for example: for if : (1) you have typed in a correct username and wrong password (2) you have typed in a wrong username and correct password (3)type in password and username in capital letters Thank you very much
@talentmukuli86277 жыл бұрын
here is one of the best programmers in the world
@manny50518 жыл бұрын
at 8:50-8:54 he said press control + ?, but if you have visual studio 2012+ look below, and you should see something like this CREATE TABLE [dbo].[Table] just change [Table] to something you want like this...CREATE TABLE [dbo].[Login].... that is another way to change the name
@basitkhan47067 жыл бұрын
press control s
@John_X_GR6 жыл бұрын
press control + s, save it to your project folder, click update, update database, then go to your Server Explorer, right click on Tables, Press Refresh.
@saltymodz_58256 жыл бұрын
Thanks Man :)
@shonalfernando10246 жыл бұрын
Thanks Bro :)
@ShubhrantGhosh Жыл бұрын
Thank you so much for guide in very good details. its really helpful for me as I am very beginner in Development.
@BB-hk3tt10 жыл бұрын
I lost you at 8:50. Do you think you could help me?
@kacper39325 жыл бұрын
@technical gamer THANK YOU
@AmbiguousAbhi7 жыл бұрын
Thank You sir. you explained it very easily..... Appreciate your hardwork
@_inpeymus36038 жыл бұрын
how do you do that if the user will use sign up?
@oneminutefixed50037 жыл бұрын
add a button to hide the current form and open another, the new form field's input show be injected into a database, you can then proceed back to the original form and do business as usual
@amolkanade80107 жыл бұрын
sir your videos are awesome best nice creating new ideas😇😇😇😇
@donaferrell58846 жыл бұрын
You are a lot of new things I need a scooby snacks for my check then back to work
@sajjadahmad82547 жыл бұрын
THANK YOU SOO MUCH SIR: throgh this tutorial help i made completed my 1st window app in c# once again thank you.............................................
@VetrivelD7 жыл бұрын
Thanks for your valuable feedback. Refer our channel in your friend circle.
@etherlords888 жыл бұрын
hmm nice tutorial. Do you have any video regarding insertion and retrieval of existing data set into new form from existing database?
@masudosman65437 жыл бұрын
u said nice that mean u understood whole video can uolease help me to understand at 8:50 sec what did he said ctrl+?................
@zyhes47447 жыл бұрын
masud osman, idk what did he said but this is what to do: Press Ctrl + s, save file to somewhere in the your project then click update and then right click you tables and click refresh
@anshakaji48735 жыл бұрын
It is easy to understand for beginners like me, very nice video and helpful
@konligjze20035 жыл бұрын
8:50 i cant understand what does he say, please help ? i hear control + epic or something i dont know...
@davidbryanramboy50435 жыл бұрын
yah i cant understand what he type to save the table i hear control acid
@djsmarty27435 жыл бұрын
@@davidbryanramboy5043 bro he said Control S it means save it
@samaritachtistinejoy57032 жыл бұрын
can i ask what ctrl did you use in this part 8:50 when you change the table name? thank you in advance
@douwedevries87258 жыл бұрын
OMG U ARE FANTASTIC!!!
@igorvenancio41533 жыл бұрын
Thank you so much! It worked here!
@SyedIsmailkiddy8 жыл бұрын
hi, im having a problem with ( sda.Fill(dt); ) whenever i click login button it say sqlexception occurred , please help
@Daedhriel8 жыл бұрын
do you resolve this? i have the same problem too.
@yassermohammed30268 жыл бұрын
i had sloved it the problem in row name its not Username replace it with USERNAME AND THE SAME WITH password
@willymateosuarez42838 жыл бұрын
Change the data type of USERNAME to nchar(10)
@rafatmuizmahmud26987 жыл бұрын
I used braces[table] and the error is gone but still it doesn't log in, it is showing only--"Please check your username and password". plz help
@jooecarter7 жыл бұрын
Thank's this helped!
@sheshikumar976 жыл бұрын
thank u and requesting to add more Vedio series
@mandaghelaveckan57236 жыл бұрын
I get this error when I try to login when in debug: System.Data.SqlClient.SqlException: 'Invalid object name 'Login'.' Does anybody know why this happens?
@SimmiMakeover4 жыл бұрын
It's vry helpful for me thanku so much
@DynamicalisBlue8 жыл бұрын
8:51 I don't know what he is saying, help please.
@ZZiindi8 жыл бұрын
Same, he says something "Press control..."
@1x6t7 жыл бұрын
and then you want to make "login"
@thareendrakasun10277 жыл бұрын
f8?
@wjinhyun7 жыл бұрын
Ctrl S, man :D
@iMoltres7 жыл бұрын
Press Control + S then press update then refresh ur tables :)
@dmallick8010 жыл бұрын
THANK YOU VERY MUCH SIR. IT IS VERY HELP FULL. WAIT FOR YOUR NEXT TUTORIAL.
@mibdev8 жыл бұрын
Welcome to indian tech support how can i help u
@omaymatalla48153 жыл бұрын
Thunk youuuuuu from moroco😍😍🇲🇦🇲🇦🇲🇦
@pavankumar94929380289 жыл бұрын
Simple Superb.Thank You Vetrivel D.
@qzorn44409 жыл бұрын
This is a wonderful step by step login window demonstration! Thank you. A+
@CDITINFOTECH2 жыл бұрын
Thank you for giving me A+
@hanstammiste9 жыл бұрын
what does he say at 8:50, CTRL + ? I didnt really understand it Vetri vel.D
@hanstammiste9 жыл бұрын
ExiKz Clan thanks
@hanstammiste9 жыл бұрын
ExiKz Clan i just got around to do it, when i press CTRL + S it opens up a save window where i can save the table but it doesnt open like he has, also when i save it it doesnt show up under Tables section, im using Visual Studio 2013
@Alex-vi6fr9 жыл бұрын
+hyensik on webs yeah! my problem was the same as you now i stuck here
@odanedenton31729 жыл бұрын
+hyensik on webs am having the same problem it doesnt save in the section of the tables folder
@alexmoga86549 жыл бұрын
+Odane Denton didnt he say CTRL + esc?
@NextLineIsMine8 жыл бұрын
Ahh one scoping issue away from working! "ss can't be declared in this scope because it is being used in an enclosing scope to define a local parameter" So many kudos for a solution
@doguskarabulut964810 жыл бұрын
How did he save the table at 8:54 ?
@ittehadchowdhury9757 жыл бұрын
give update table
@a.s.rajkumarkumar55656 жыл бұрын
When u close that window, it will ask to Enter Table name. once u enter, it will automatically save into DB
@komalrashid188511 жыл бұрын
Thats very nice tutorial really help me thanks alot sir
@Zenit02449 жыл бұрын
Very Helpful !!! Thank you Thank you - ph
@VetrivelD9 жыл бұрын
+Jemuel Ortega Thanks for your Feedback. Please Ask any Doubts i will make video for that..!
@AlkNA9 жыл бұрын
+Vetrivel D Can you please help me at 8:50, when i press CTRL + S, it prompted me to save the data?
@Zenit02449 жыл бұрын
+Vetrivel D , do you have a video that how to connect the database to combobox?
@fntyler18 жыл бұрын
+DetectiveRichardCastle same here, unless he isnt saying "ctrl + s". Once I have saved the table it doesn't show up in the "Tables" folder on in the "Server Explorer" tab. Been trying to solve that for a while now.
@ykshakya6048 жыл бұрын
+Vetrivel D what you say in 8:50
@souravroy191011 жыл бұрын
very good tutorial....please upload more tutorials of different serious project..that could help to learn...thank you.
@empreendedorismo_na_pratica8 жыл бұрын
Muito bom, me ajudou bastante. Valeu!!!
@ВладимирСоколовский-щ1ы Жыл бұрын
Dear friend. Visit youtube channel "Solve My Programming Task". They create simple programs for free. I used it.
@ryanwatson9639 жыл бұрын
Vetri my dear brother KEEP UP THE GREAT WORK. Thanks for helping others....... you have another loyal subscriber...... Thank you!!!!!!!
@elviraarishta93688 жыл бұрын
hello how to solve this sda.Fill(dt); tell me that is unhondled Vetrivel D
@alfgordod19728 жыл бұрын
+elvira arishta DID you solved? i need please?
@elviraarishta93688 жыл бұрын
+Alfgor död no i have no solved
@andreapasin48227 жыл бұрын
i solved it. it was easy. just put in the text [Login] instead of Login
@parlaadsingh46737 жыл бұрын
Andrea Pasin could you explain further please just stuck on that bit mate
@rafatmuizmahmud26987 жыл бұрын
I used braces[table] and the error is gone but still it doesn't log in, it is showing only--"Please check your username and password". plz help
@ismailhaaji92134 жыл бұрын
Wooow the best teacher
@Opethfullcovers8 жыл бұрын
This isn't working, I can't name my tables, I can't save my table.
@articrevised61828 жыл бұрын
same here :(
@articrevised61828 жыл бұрын
Nevermind i fixed it
@wliaputs8 жыл бұрын
How you did it? I'm stuck there too
@articrevised61828 жыл бұрын
you click update and i cant remember after that sorry
@Joey-mo1tv8 жыл бұрын
After updating, right-click on Table and select "Refresh".
@judesuthagar34613 жыл бұрын
Thank you so much. You simply explained. Great
@kcirechido7 жыл бұрын
8:50 = Mayus + ALT + U
@maxnanderson4 жыл бұрын
You're doing gods work
@aldocon390610 жыл бұрын
Thank you SO much for putting this up here was saved me the embarresment of waking my group members in the middle of the night because i couldn't get the login to work :D
press control + s, save it to your project folder, click update, update database, then go to your Server Explorer, right click on Tables, Press Refresh.
@AB-gx5ng6 жыл бұрын
where i need help fast
@vishalgurav25495 жыл бұрын
Johnny_GR h
@AnilRonakMahi2 жыл бұрын
Thank you so much for sharing your knowledge!!!
@kaijan57198 жыл бұрын
WTF you forgot the PasswordChar xD Everyone can see your pass
@akhileshbhatt17327 жыл бұрын
Kai Jan 57 This tutorial is for you..not for creator.but it's ok you find a fault
@yogawithneeresh6 жыл бұрын
Go to Password textbox ,in properties in Password Char put *.
@exploreworld44110 жыл бұрын
Nice video for Beginners ..Simply superb.. Thank you so much,
@justaprogrammer61848 жыл бұрын
This is horrible.
@MegaFigis10 жыл бұрын
Great tutorial!!! Helped me a lot! But I think you should improve your speech clarity :)) CHEERS!
@miguelbellerose41828 жыл бұрын
its hard to understand what you say sometime! But thankyou a lot ! continue like this :p
@angelgeethu97909 жыл бұрын
thanks for give more information in C#.. i learn how to Create Login Window...
@sudhanshutripathi47228 ай бұрын
How are you??
@cobramafia642710 жыл бұрын
nice video. i learnt a lot from this...thanks
@grovestreetfamillies64956 жыл бұрын
Thank you everything just works just fine :) deserves a like 100%!!!
@kotireddyrayal60918 жыл бұрын
very useful.........thank you sir
@1scorpion4all8 жыл бұрын
thanx its very much help full when i just have 4 days to submit my project related to hotel management system
@kromagmomag68398 жыл бұрын
again very helpful Vetrivel D; Thanks for taking the Time to create this Video//Tutorial//Demo-View... I thought it was very well thought out and explained thoroughly enough to an Understanding! --- William J. Le Roi III ---
@friendlybot5035 жыл бұрын
You made my day thank u for your help😍💖
@seidmohammed6409 жыл бұрын
it is avery interesting and easy to understand video thank you.please may i help you plajiarism cheking system in c# video
@muhammadilyasmaz72423 жыл бұрын
I Am Very Thankful to you for that I am From Afghanistan
@sachinporeyana67068 жыл бұрын
Thank you sir. I always wanted to build a windows desktop application and I got the right place to start with. Subscribed :)
@cliff81776 жыл бұрын
It works great for me, thanks a lot Vetrivel D
@jooecarter8 жыл бұрын
Thanks so much, great tutorial worth watching!!
@waqasmustafa25496 жыл бұрын
Hi nice work bro, I am now also going work on youtube channel. I am a graphics designer and will prepare lectures regarding tricks for the graphic.
@schandru97439 жыл бұрын
I like this class very much... ververy thanks for you
@VetrivelD9 жыл бұрын
+s chandru Thank You.. Please Post your Question?
@YT-bd6jk2 жыл бұрын
I got a lot of knowledge ,thanks
@mdRieza129211 жыл бұрын
This is a brilliant tutorial :) Thank you so much for making this video. You know I have this project in C#, and this helps a lot. thank you.
@niteshsingh82198 жыл бұрын
It was really helpful !! Thank you very much
@nicolejohnston12737 жыл бұрын
Thank you so much, your video was pretty easy to follow!
@VetrivelD7 жыл бұрын
Thanks for your valuable feedback. Refer our channel in your friend circle.
@rakshithhr35287 жыл бұрын
nicole johnston pretty easy to login Without username and password.
@aniketvichare18629 жыл бұрын
nice video very helpful
@JanekBaranek5 жыл бұрын
You are my hero today ;) Thanks a million
@NestedMango5 жыл бұрын
Great tuto..Sir...By using C# We can Make 2d and 3d game on Unity game engine. Unity is free.
@linexustjk60619 жыл бұрын
Very clear and understandable. Thanks for the upload..
@VetrivelD9 жыл бұрын
+Linexust Jk Thank You.. Please Post your Question?
@jongkojri238 жыл бұрын
Thank you so much for your video Mr. Vetrivel, It help me a lot.
@anithaselvam18234 жыл бұрын
Thanks sir for this wonderful video. Sir I have a doubt in this video tha you have created a master page in this design but whether we can create any design using this master page sir
@ebinumenuenwosu43579 жыл бұрын
hi there. your video is very helpful
@aafiqu_tech7 жыл бұрын
thnks for this tutorial this is helpful good job keep it up man
@ahmedhaji5232 жыл бұрын
I thanks to you i get go knowledge from this video
@lathasaravanakumar2397 Жыл бұрын
Many thanks bro Good job
@sandy2729110 жыл бұрын
Thanks alot Sir Very helpfull tutorial.....
@chaitanyakeerthi749 жыл бұрын
+Sandeep Kaur Riar oye sandy its helpful...not helpfull... XD
@lasttapesana35637 жыл бұрын
this is a good explanation
@zainmumtaz16918 жыл бұрын
good my concept is much clear now
@SomebodyOutTh3re6 жыл бұрын
Thank you so much sir! and thank you comment section you both helped me alot !
@farihashaikh43816 жыл бұрын
It really works Thank you .....
@obidiegwuonyebuchidaniel37237 жыл бұрын
thank you, this educative piece of video helps a lot. thank you once again
@amiramoustafa49433 жыл бұрын
it's helpful tutorial . Is there any tutorial about users roles and Permission ??
@Samueljohn202310 жыл бұрын
It was really nice tutorial.. Greate Work
@cyberdash78834 жыл бұрын
This is helpful for real , Thanks for your hard work ! , I would like you to make a video about registration Window , related to this one if you please :D