Is there a way to intercept and compress the postback data before it is sent to the server? What about setting the content type of the postback data? I assume one solution would be to have javascript that runs just before a form is submitted. The javascript
would loop through all of the form variables and somehow compress their values. Then, on the server side, use a Request.Filter to decrypt the data before asp.net looks at the __VIEWSTATE form variable.
cbabineaux
Member
5 Points
1 Post
Re: Compressing web page on client prior to postback to server
Sep 05, 2003 07:28 PM|LINK