Hi,
i'm trying to learning how to manipulate the DataGridView with database.
So, i added a 2 databasebound DataGridViewComboBoxColumn ("VehicleBrand", "VehicleModel")
so what i want to happen is to make the "VehicleModel" Column dependent on the selection of the "VehicleBrand" column. so, if i chose porsche then the model of porsche would be available in the "VehicleModel" column. and then everything inside the DataGridView will be saved and loaded from the database.
So, how am i suppose to do this?
i'm trying to learning how to manipulate the DataGridView with database.
So, i added a 2 databasebound DataGridViewComboBoxColumn ("VehicleBrand", "VehicleModel")
so what i want to happen is to make the "VehicleModel" Column dependent on the selection of the "VehicleBrand" column. so, if i chose porsche then the model of porsche would be available in the "VehicleModel" column. and then everything inside the DataGridView will be saved and loaded from the database.
So, how am i suppose to do this?