Hi,
When Im using node expand mode of serversidecallback for an ajax'ed node expand, Im finding that a lot of data is posted to the server. The amount of data seems to be additive as well. For example, if I expand one node and it posts back 14k, when I expand the next one which does not return any more data than the first one, it posts back 22k.
I understand that this is due to the viewstate being updated but is there any way to reduce the amount of data being posted.
The viewstate seems to contain each node's imageurl and openimageurl. Is there anyway to set them so that they use one common variable?
our image url's are quite big:
http://localhost/rvservices/WebResource.axd?d=9sITAdMvGK1Qm1ik7fcTRAuCttzSiFEdU7ak4wHdOcaPWw7k0RVlXsufQ613GzmI5kzI5-YeggENTdPMR3JBqxP2md__DsQqWwb_Zectys-6gsnlGHo0FBoxXbLVnO480&t=633722770144766645
Thanks
When Im using node expand mode of serversidecallback for an ajax'ed node expand, Im finding that a lot of data is posted to the server. The amount of data seems to be additive as well. For example, if I expand one node and it posts back 14k, when I expand the next one which does not return any more data than the first one, it posts back 22k.
I understand that this is due to the viewstate being updated but is there any way to reduce the amount of data being posted.
The viewstate seems to contain each node's imageurl and openimageurl. Is there anyway to set them so that they use one common variable?
our image url's are quite big:
http://localhost/rvservices/WebResource.axd?d=9sITAdMvGK1Qm1ik7fcTRAuCttzSiFEdU7ak4wHdOcaPWw7k0RVlXsufQ613GzmI5kzI5-YeggENTdPMR3JBqxP2md__DsQqWwb_Zectys-6gsnlGHo0FBoxXbLVnO480&t=633722770144766645
Thanks