I went through all your playlist and it is well explained. Thank you so much! Helped me a lot to understand the concepts!
@amiloduk10 жыл бұрын
Great videos, but in this one the code does not work correctly, There is a bug in DataGridView1_CellContentClick, in the CellContentClick argument, all the tutorials explain it this way but its faulty, you should be using DataGridView1_CellClick, ie the CellClick argument with the code, you can see the problem in your video when you click eid 3 and 4 noting happens this is the bug that has not been fixed. it will always work if you use CellClick. John, Easy2pc Ltd.
@sumontoguha10 жыл бұрын
Thanks John as the same problem i am facing too. But i think that it is not bug, because anything will happen only when you click on the content as the name suggests and if we click on the blank part of the row nothing happens .
@werthersoriginal9 жыл бұрын
John Smith This comment really needs to be pushed up to the top. Great video though, learning a lot. But I got a little discouraged when my grid was doing the same thing. I was like " WHAT AM I DOING WRONG!?!?!?!"
@Geekyjuan9 жыл бұрын
John Smith Thanks for this! I noticed this bug then finally get it when I scrolled down here. Thanks man!
@bimbicorpuz39579 жыл бұрын
John Smith Hi thank you for this!!!! I've searched around for almost a day and this just solved my problem!
@pmjavier029 жыл бұрын
+John Smith Thank you very much!
@ronaldchattler64137 жыл бұрын
John Smith is correct. You should use DataGridView1_CellClick and not DataGridView1_CellContentClick. However, do not just change the event in the code. To work properly, you should delete the DataGridView1_CellContentClick event from your code and add the DataGridView1_CellClick event. You do this by selecting the DataGridView1 control on the form and then select the CellClick event from the DataGridView1 properties box on the right side of the IDE (by clicking on the lighting bolt and then double clicking CellClick).
@valerievillaronte42966 жыл бұрын
it still doesnt work
@kennethcataylo58506 жыл бұрын
Thank you very much!!!!!!
@jieunlee45996 жыл бұрын
thank you so much!!
@baro62172 жыл бұрын
ty!
@drewenobay137910 жыл бұрын
if its possible by vice versa way? textbox into gridview? MySQL benchmark the dbase?
@HeshamALAhdal7 жыл бұрын
That was really helpful thank you very much.;
@kring42387 жыл бұрын
what if you want search not just for a certain column bu the whole table???
@wahidmansi12277 жыл бұрын
I'm using visual studio 2015 but the codes cant work, i followed carefully the tutorial but still the correspondant values in my datagridview from my database, still the value doesnt show in my textboxes.
@akashprajapati48688 жыл бұрын
Helped Me , Aabhar bro !!!
@hansmosayolang93878 жыл бұрын
is there a way i could allign text values in rich box Im trying to make a receipt
@ProgrammingKnowledge10 жыл бұрын
@sothearayin39578 жыл бұрын
Hi ! I am using DevExpress with VB.NET. And I got an error on this line : row = Me.DataGridView1.Rows(e.RowIndex) It's show: 'Rows' is not a member of 'DevExpress.XtraGrid.GridControl' . Can you help me please? Thank You for advance.
@quanleba24528 жыл бұрын
Me too
@vggelo7859 жыл бұрын
can u make a video that prints the table from SQL using datagridview?
@kitkathandeverything87078 жыл бұрын
THANK YOU SO MUCH!
@davidocran59486 жыл бұрын
Please I help on how to transfer data from one table to another table of the same database in vb2010 using mdf database
@glorywings25099 жыл бұрын
i m getting exception saying coloum saying eid is not found
@mr.robot.1599 жыл бұрын
+Pratik_dancer steps Could be that you do not have a column called eid?
@krysjung322310 жыл бұрын
What version of SQL Server are you using? Any download link please. Thanks. :)
@thurmanjenner17459 жыл бұрын
Krys Jung What platform are you accustom too? Linux, Windows, ect? For Windows I use WAMP in conjunction with AptanaStudio. for PHP For Linux I use Ubuntu Server in conjunction with AptanaStudo for PHP The Ubuntu Server is best without GUI, low resources and great guides on internet to setup and get going. As far as versions, I keep them up to date with the latest and greatest. Links: WAMP www.wampserver.com/en/ AptanaStudio www.aptana.com/products/studio3/download.html Ubuntu Server www.ubuntu.com/download/server
@mrbatya111210 жыл бұрын
can you please help me with nutritional Analysis data. I could email it to you picture how program should look like. and I have all codes crated but I get error