Hi, I am using nested repeaters in which dynamic server textbox controls are created on each post back in a web application, those are making the page size as very large around 3-4MB which hits to the performance of application very badly. Then I tried to reduce the page size by disabling view state wherever possible and also implemented HTTP compression in IIS settings but still the page size is remaining same(3-4MB).
I am using visual studio 2010 and IIS 7.0
Can anyone help me where I am missing the settings in IIS and if any other suggestions to reduce the page size.