hi. i have an 2 "tr" under
- tr one have an file upload control
tr two have an textbox control.
so i have an radio button list woth three values 1:image 2:video 3:Audio by default i need to show file upload control visiable that is the 1"tr". but once user clicks on video/audio option in radio button list then i need to make 2 "tr" visiable[ textbox] and 1"tr" invisiable[fileupload control] so how can i achive this functionality in javascript
thank you