Hi, this is my first question :)
I need a lib or a way to compress data in asp.net (vb) using algorit anti-aliasing, but the result is bloated in javascript.
I use lib in javascript: deflate.js hxxp: //www.codeproject.com/KB/scripting/Javascript_binaryenc.aspx td = 2904739
At first I deflate and convert the result to base64, but the result is not compatible with javascript lib.
I am using Chilkat.NET dll hxxp: //www.example-code.com/vbdotnet/deflate_string.asp
The result of String with this lib is compatible with javascript libray, but is not free.
I need a way to compress data in asp.net and uncompress in javascript. This is for my web application you need to download a lot of data.
PD: Sorry for my English :)
OM1978
source share