L
lparrotta
I’ve been running the OWC spreadsheet for a long time as a streamed server
file, but as the spreadsheets have gotten larger the load time has gotten too
long.
I’m interested in using your technique from Chapter 8 to stream only XML
data to the client. I’ve haven’t been able to put it together in my head yet
however.
I would like to fetch data from the code-behind Page_Load based on
QueryString Parameters, stream the DataSet string, and then reassemble the
data into the client-side spreadsheet.
From your book:
I got the PrepareStream function working well well (I can quickly
Response.Write the string in the page).
How does the CheckForData sub utilize the string generated by PrepareStream?
What does the CheckForData sub do?
How is the payload variable set and how is it used in the LoadXML javascript
function?
Thanks for all of your help and expertise.
file, but as the spreadsheets have gotten larger the load time has gotten too
long.
I’m interested in using your technique from Chapter 8 to stream only XML
data to the client. I’ve haven’t been able to put it together in my head yet
however.
I would like to fetch data from the code-behind Page_Load based on
QueryString Parameters, stream the DataSet string, and then reassemble the
data into the client-side spreadsheet.
From your book:
I got the PrepareStream function working well well (I can quickly
Response.Write the string in the page).
How does the CheckForData sub utilize the string generated by PrepareStream?
What does the CheckForData sub do?
How is the payload variable set and how is it used in the LoadXML javascript
function?
Thanks for all of your help and expertise.