Is there a new way to do:

document.getElementById(elementname).innerHTML=concatenatedHtmlString

in the microsoft ASP.Net Ajax framework?

Currently, our page is downloading all its controls via a webservice
and the controls then all call their own webservices to populate
themselves with data
then the controls typically parse xml, build a table and use the line
above to inject it into the DOM.

It feels fast, but we're having cross browser issues with this method.
(eg sometimes the html will be downloaded but not rendered)

Reply via email to