Hi
I
think one approach would be get all the data in one shot and keep in
memory.
Rendering should not take much time. Time might be involved in doing
backend operation, so get entire (bigger)xml packet and throw it on the
client.
Now
take not to have large number of paged records else there will be drastic
problem here too. So may be you can adjust packet to 5 pages in one shot or so.
So that 1,2,3,4,5 will be be very fast and for next 5 do the same thing.This
might be affordable.
Regards,
Rajesh
G
Hi All
I m new to XML and XSL and
facing a problem infact not finding way to do ... . my problem is that i want
pagging i-e ( Prev 1 2 3 4 Next ) in XSL .. i m using ASP MSXML Parser to do
Server side transformations and throw pure Html on the client, the current
Pagging is in ASP and for every next page i have to go to server make XML
packet Tranform it and then to show it to Client ... Is there any way to do it
on Client and reduce this burdon ???
Plz Help
Qazi
Asim
|