Hello,
I am trying to replace a table that is setting inside a div tag. The reason is that I want to replace a table through AJAX instead of using postbacks or Iframes. The table is built on the server then sent back to the webpage as a string. I am trying to avoid parsing the string and recreating every control within the object. I had hoped that I could use innerHtml on the div tag, but this doesn't work. Does anyone know of an article already written on this that I could use. Final note, the solution needs to work with lastest version of Firefox (MAC and Windows versions) and IE 7.
Thanks,
Leo
I am trying to replace a table that is setting inside a div tag. The reason is that I want to replace a table through AJAX instead of using postbacks or Iframes. The table is built on the server then sent back to the webpage as a string. I am trying to avoid parsing the string and recreating every control within the object. I had hoped that I could use innerHtml on the div tag, but this doesn't work. Does anyone know of an article already written on this that I could use. Final note, the solution needs to work with lastest version of Firefox (MAC and Windows versions) and IE 7.
Thanks,
Leo
Comment