Rakstip
Member
I am trying to create a small inventory app.
I am using a combobox on my form to select a category title in a database.
I want the datagrid to only show records with that category title. I already have the conn,data adapter and dataset configured to show all records from the database in the datagrid on the form load.
I am using a combobox on my form to select a category title in a database.
I want the datagrid to only show records with that category title. I already have the conn,data adapter and dataset configured to show all records from the database in the datagrid on the form load.