A
Axel Dahmen
I've got a (probably) long list of data which I want to send to an ASPX page by query string. To keep the URL short and compact I want to compress the data before I put it into the query string. The target page is supposed to unpack the data again.
I'm thinking about a technique similar to the one ViewState uses, only for query strings.
Is there any class available in the .NET framework compressing and unpacking string data?
TIA,
Axel Dahmen
I'm thinking about a technique similar to the one ViewState uses, only for query strings.
Is there any class available in the .NET framework compressing and unpacking string data?
TIA,
Axel Dahmen