How to add a Button to each row in a DataGridView
Loading...
36,309
Loading...
Uploader Comments (mkaatr)
see all
All Comments (12)
-
Hi, usually you do this through SQL commands. I created a video showing how to do it on the website. Search for : "link a database table with itself " in the questions and answers sections.
yours
-
Thanks, yeslamo!
I have a question regarding the DataGridView, is there a way, to show data from 2 records in one line, so for example, if i hv a 'Transactions' table, i wanna show each pair of transactions together, i.e. TransactionTime for in and out on the same line, and how can i get a handler, of both records, to, say, edit or something...
shokran
Loading...
hello Sir,
One help please. i need to build an application in VB which stores information regarding students and marks obtained by them in their subjects.
i need to sort the students based on their marks.
could you please help me in this.
brigadehyd 4 months ago
@brigadehyd
Hi there...
Sorry for the late response. You could use an array of structure to read the information of students. I believe I made a tutorial on that. As for sorting, I made a tutorial about bubble sort that explains how it works+it contains the sorting code. You just need to compare against the student mark when sorting.
mkaatr 4 months ago
Porque haces los videos en ingles y publicas en español?
crislolian 5 months ago
@crislolian
Hello Sir, Could you write your question in English please. I have no idea what your question is about.
yours
mkaatr 5 months ago
hi can you post a video lesson on how to add date to ms access database using vb.net ty.. . pls help me
deathpedal 5 months ago
@deathpedal
Hi there...
Create a date/time field in your database, and in vb.net the wizard should create a datetimepicker control and bind it to that field. If not you could drop such control and bind it to the field.
yours
mkaatr 5 months ago