Very nice. I enjoyed the step by step patient detailed wlak through. I could follow it easily and use it.
@narendersingh33 жыл бұрын
Nice Explain
@jayalforque157410 жыл бұрын
hello, when I click again the button load.. it will duplicate the details in data grid.. how to fix that error..
@deal04176 жыл бұрын
Followed the codes but encountered an error saying that conversion from string (of the query) to integer is not valid. How to fix this?
@MartinHammerdk6 жыл бұрын
I guess you have found a solution, but to others, if you remove the GetString from READER.GetString and GetInt32 your data should load into the chart. I'm using VS17 if it is to any help.
@CodeWithMukeshBadgujar5 жыл бұрын
@@MartinHammerdk cant get your point, give example plzzz
I just came to say thank you and like your video.. Great respect for your effort!
@sarcasticscrutiny Жыл бұрын
Thank you for this video
@ProgrammingKnowledge10 жыл бұрын
@geniushomwetv97933 жыл бұрын
It was helpful, thank you
@FernandoFloresMartínez-p6h Жыл бұрын
Is there a way to create a code that imports a csv file into a dataGridView and the uses the data to create a chart? regards.
@juliusoirisha8 жыл бұрын
what a teacher...
@mauriciohoyos039 жыл бұрын
Exelente amigo, gracias por el aporte saludos desde Colombia
@fatmabenrejeb39799 жыл бұрын
thank you for this tutorial , please how to organize rows of the datagridview depending on the date
@olaayassir29968 жыл бұрын
i am doing project with visual basic .net and sql at this moment and i need help on how to make a report
@evrude797 жыл бұрын
how do you show only top 10 data entries. I have an database that is updated every week and would like to show only the last 10 entries
@NazriMazlan10 жыл бұрын
thanks, easy to understand.
@CarlFritz242 жыл бұрын
Ok. Very good. There is A BIG PROBLEM... when you separate certain matter in MORE THAN one video. IF... they appear TOGETHER on the right side, we can follow to the NEXT part of the explanation. IF... the OTHER video doesn't appear on the right... well, we get bored. One solution for that issue, would be: writing in the title of the video, for instance, "Part 1/2" meaning that there is ANOTHER video to look for. Anyway, it is much better (spite of the size of the video...) having only ONE video ! GOOD, but VERY GOOD... would be writing the code (not lazyness, only TIME ... ) after the explanation of the video up here ! We could copy/paste and study it better than losing time looking at the video + loooking at the keyboard to type the code + looking at the video (AGAIN) to verify any possible mistake ! Man, THAT would make you UNIQUE around here ! And... THE BEST !
@marknice54802 жыл бұрын
I'm wondering if there is a way to accomplish this also with Data Binding ??
@InterplainMusic8 жыл бұрын
Can you Do a Tutorial in Visual Basic Express 10 on how to Search Data within a mdb file and and pass this data to a Rich Text Box please need some help Thank you for the great videos.
@hislombres52246 жыл бұрын
Hi how can we ascending the series base on the value for example 50 45 44 30 20
@alexcameron36299 жыл бұрын
How would you do this using Oledb import, not MySQL?
@askhowtocode97795 жыл бұрын
I've got an error - "Conversion from string "column_name" to type 'Integer' is not valid"
@leonroutzounis3834 жыл бұрын
I have the same problem too. Did you solve it?
@jumbo9996144 жыл бұрын
Anyone knows how to remove vertical gridline in the chart?
@mufarohove338210 жыл бұрын
thank u nice tutor
@abdallahbelcaid30024 жыл бұрын
what if I want just data between two dates ?
@arlenequijano24682 жыл бұрын
can you do percentage? its like pie using percentage
@johnryanilagan08176 жыл бұрын
When i click again the load button it always duplicate the data how to fix this?
@narendersingh33 жыл бұрын
Try to write chart clear command in the code (Before retrieve the data)