Posted
on Feb 11, 2011
(permalink)
Hello,
I have the same prioblem, could you make clear if with .net 4 and last Telerik version we DO NOT have to use the .browser file and the control adapter to have our viewwstate compressed, we simply have to set an attribute to the Page class
[RadCompressionSettings(HttpCompression = CompressionType.ViewState)]
How to trace server side that the wiewstate is compressed on each call, ajax or not ?
Thanks
CS