Hello !!
I am making a simple windows application.
In one of the forms, I have buttons with various names and datagrid that displays the table.
Now, what i would like to do is if I click on a button titled "softwares", i want only those elements from my table whose type is Software, to be populated in the datagridview.
Not only that, I also want to have it accompanied with a checkbox so that, i can get the total selections in the textbox above !!
I am trying vb.net for the first time. Tried searching everywhere but nothnig seems to be working out.
Please help me. Any kind of help would be appreciated.
Thank You again, in advance !!