I have a dropdown list that contains Job Numbers from a source table.
I have a GridView that lists all of the records from another table based on the JobNumber dropdown list value.
Problem:
The grid view only populates on page load. It contains records for the first job number in the dropdown list. So I know that the data binding is OK.
If I change the dropdown list value to another job Number, nothing happens to the gridview. Why?
Am I supposed to have an event tied to the dropdown change? If so, then how do you code it?
Thanks in advance,
Jerry Scannell
I have a GridView that lists all of the records from another table based on the JobNumber dropdown list value.
Problem:
The grid view only populates on page load. It contains records for the first job number in the dropdown list. So I know that the data binding is OK.
If I change the dropdown list value to another job Number, nothing happens to the gridview. Why?
Am I supposed to have an event tied to the dropdown change? If so, then how do you code it?
Thanks in advance,
Jerry Scannell