COMPRESS QUERYSTRING DATA(ASP.NET)
How to compress query string data
i am using QueryString to pass data.There is about 1900 characters of data. After I URLEncode
the data, it is much larger than 2042 characters. I would like to
compress the data before encoding it so the resulting size is less than
2042.
can anybody have idea!