Hello all,
I would like to transfer the ability to export a grid from one page to another (maybe a pop up or otherwise). This way, upon exporting, (either with a link or command button) this page can handle the exporting functionality. The user can still use the rest of the site without waiting for the exporting process to complete. I ask this because our databinding method calls a web service that can have quite a big result set. And from our development, we've noticed that response time when performing an export is quite high. The tables might have detail tables, which does not help with speed. So is this possible? Is the grid serializable (to be used in session)?
I would like to transfer the ability to export a grid from one page to another (maybe a pop up or otherwise). This way, upon exporting, (either with a link or command button) this page can handle the exporting functionality. The user can still use the rest of the site without waiting for the exporting process to complete. I ask this because our databinding method calls a web service that can have quite a big result set. And from our development, we've noticed that response time when performing an export is quite high. The tables might have detail tables, which does not help with speed. So is this possible? Is the grid serializable (to be used in session)?