المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Response large size data



C# Programming
04-01-2011, 12:13 AM
In application, Ajax response is large size of string(around 1 mb file read and thas data return to Ajax request ). we want reduced that response data so i planned to compress the data after getting response decompress and show it to browser ...

Compress and decompress is possible to do... want to use any third party files...
sever side C# and client using jquery..

Thanks