J
josephqlin
I need some helps with the RadioButtonList in Datagrid. Here is what I
want to do. I have several columns in my databrid.
Column one is my survey question.
Column two has a RadioButtonList with "Yes" or "No", and a textbox with
initial state set invisible.
Column three is another RadioButtonList.
If a user selects "Yes" of the RadioButtonList in column 2, that will
make the textbox in column 2 visible and set the RadioButtonList in
column 3 disable in that row. If a user selects "No" of the
RadioButtonList in column 2, that will make the textbox in column 2
invisible and enable the RadioButtonList in column 3 in that row.
How do I do that? thank You!
Joseph
want to do. I have several columns in my databrid.
Column one is my survey question.
Column two has a RadioButtonList with "Yes" or "No", and a textbox with
initial state set invisible.
Column three is another RadioButtonList.
If a user selects "Yes" of the RadioButtonList in column 2, that will
make the textbox in column 2 visible and set the RadioButtonList in
column 3 disable in that row. If a user selects "No" of the
RadioButtonList in column 2, that will make the textbox in column 2
invisible and enable the RadioButtonList in column 3 in that row.
How do I do that? thank You!
Joseph