selected value

How to Change List Value Base on Dropdown in JavaScript

Submitted by razormist on
How to Change List Value Base on Dropdown in JavaScript - A simple JavaScript program that can allow to change your html list base on the dropdown option. This tutorial will show you the simplest way of populating the html list by selecting an option in the dropdown button. JavaScript Free Tutorial.

How to Insert new Option in Select Tag Dynamically in JavaScript

Submitted by razormist on
How to Insert new Option in Select Tag Dynamically in JavaScript - A simple JavaScript program that can dynamically insert new options in select tag element. This tutorial will show you the simplest way to dynamically new options for your html select tag. JavaScript Free Tutorial.

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