In Mixed-mode asp.net,
I've a Drop-down list in a table's <tr><td>ddl</td></tr>. If a user selects item x and only x, I want a textbox field to appear right below the drop-down list. And if some other item is selected, then that <tr><td>textbox</td></tr> that's right below the <tr><td>ddl</td></tr> should disappear.
Any suggestions?
I've a Drop-down list in a table's <tr><td>ddl</td></tr>. If a user selects item x and only x, I want a textbox field to appear right below the drop-down list. And if some other item is selected, then that <tr><td>textbox</td></tr> that's right below the <tr><td>ddl</td></tr> should disappear.
Any suggestions?