Lowest, Middle and Highest Number Determiner Version 1.0

Submitted by jakerpomperada on
Thank you for always visiting the site. About this called I called it Lowest, Middle and Highest Number Determiner Version 1.0 written in C++. What is good about the code is that I check and optimize it to check all the possible errors that may occur during program execution.I hope this code will help beginning programmers in C++. If you find my work useful send me an email at jakerpomperada@yahoo

Display Record in DataGridView Based on ComboBox Selected Value

Submitted by admin on

In this tutorial I will teach you on how to display related record based on the selection value from a ComboBox.

The example displays a student’s subject in a DataGridView after a SelectedIndexChanged event of a ComboBox.

This tutorial assumes that you already know how to add a DataSet in your project.

The following are important steps in order to understand how I made this simple program.

1. Bind a ComboBox

[inline:ComboBox_Data_Binding.jpg=Bind a ComboBox]

2. Add a query in the Course Table under DataSet designer