Hi!

I have this HTML table in which I have rows displaying each a TEXTBOX and a SELECTBOX. I want to delete a row on the click of a button. I do this with the style.display="none" property and it works except that the SELECTBOX does not get hidden. It look as though it's a screen refresh problem but am not sure. Has anyone gotten this problem before ? How did you fix it?

Thanks