M
moondaddy
I have a frame set where I have a hidden frame page used to marshal data
back and forth. In another frame who's source page needs to stay fixed and
not do round trips. However, at times I want do display a small table and
its row count will vary depending on the number of transactions taking place
in the client browser. I would like to execute a datagrid on the server and
capture the html generated, then pass that html as a string parameter back
to the client in this marshaling page. Then with a little jscript I could
place this string inside the inner html of a div element to display the
table. Is there a way to capture this html on the server?
back and forth. In another frame who's source page needs to stay fixed and
not do round trips. However, at times I want do display a small table and
its row count will vary depending on the number of transactions taking place
in the client browser. I would like to execute a datagrid on the server and
capture the html generated, then pass that html as a string parameter back
to the client in this marshaling page. Then with a little jscript I could
place this string inside the inner html of a div element to display the
table. Is there a way to capture this html on the server?