DropDownList items
a
b
c
GridView
X | B | C | D | E
a | 1 | 2 | 3 | 4
b | 2 | 2 | 2 | 2
c | 3 | 3 | 3 | 3
When DropDownList.SelectedItem
= a
Hide GridView.Rows
= b
& c
When DropDownList.SelectedItem
= b
Hide GridView.Rows
= a
& c
and so on
Anyone know the javascript for doing this client-side?