I have a simple aspx page with a GridView control. I\'m loading the GridView with search results after the click of a button. Everything works, but the HTML rendering on the bro
It works fine when transferring from localhost, as the network bottleneck is not there -- some browsers wait for the entire table to be transmitted before attempting to render - especially when not using fixed column widths (which can speed up performance); Have you looked at the size of the entire generated page?