Hi:
I have a GridView with 2 columns (uniquenames = col1 and col2)
col1 is a ComboBoxColumn with 2 dropdown items.
col2 is a textboxColumn.
What I want to accomplish is this:
Whenever a user selects the first item from the combobox (col1), I want one set of text (e.g.: "You have selected the first item for row n") to show up on col2 for that row. Similarly, when user selects the second item from the combobox, I want another set of text to show up in col2 (e.g.: "You have slsected the second item for row n").
How to accomplish this? I have not a clue. Have searched the site for 2 hours. Saw a couple of threads that are somewhat close to what I want, but couldn't modify the codes presented on those threads to do what I want.
Your help is really appreciated. Thanks so much!
Justin
I have a GridView with 2 columns (uniquenames = col1 and col2)
col1 is a ComboBoxColumn with 2 dropdown items.
col2 is a textboxColumn.
What I want to accomplish is this:
Whenever a user selects the first item from the combobox (col1), I want one set of text (e.g.: "You have selected the first item for row n") to show up on col2 for that row. Similarly, when user selects the second item from the combobox, I want another set of text to show up in col2 (e.g.: "You have slsected the second item for row n").
How to accomplish this? I have not a clue. Have searched the site for 2 hours. Saw a couple of threads that are somewhat close to what I want, but couldn't modify the codes presented on those threads to do what I want.
Your help is really appreciated. Thanks so much!
Justin