I am working on a web application developed on c#/asp.net. We are using third party controls for displaying Grids, Tabs, Trees and other complex controls in our pages. The problem is that these controls render a huge amount of Html. Due to this size of pages have grown heavily and browser takes a while to load a page. I want to find out some general techniques to make Html rendering in browser (IE, Firefox, etc) fast.
Note that all the pages have viewstate turned off.