editable datagrid question

meeps

Newcomer
Joined
Jul 28, 2003
Messages
13
When a record of my datagrid is changed to edit mode, I have a text box that may or may not be visible depending on the value of a drop down list in the same row. That works fine, but if the drop down list's value is changed by the user, I want the invisible text field to instantly become visible (or vice versa). I thought I could use the drop down list's 'SelectedIndexChanged' method, but I can't figure out how to refer to the text field. Is it possible? If not, do you have another idea?

Thanks for any help
 
Back
Top