Hi, I have to hide a row in a table? is it possible to use <div> for the contents of <tr> and then either display or hide depending on a click of a radio button. I tried doing this, but when i click radio 'Yes' i need to delete the row, and when i click radio 'No' i need to add it back. When i do a display:none onclick of radio yes, the div is removed. But when i try to add back by doing display:inline, the div is not displayed. Can someone help me on this. This is urgent. THanks