ASP.NET - optimize the grid view haing large amount of data
Asked By muthuraman alexander on 10-Oct-11 08:11 AM
hi All,
i have a gridview control in my asp.net page
Actually it was not like a normal gridview cntrl
it was a nested gridview to show up the master details from the database
i dnt want to use pagging and sorting in the gridview becas the need is to display everthing in a single page
Everything was working what i expected but i want to improve the performance of that particular page means want to reduce the response time from server
i using only that grid view in that page ..no other conrol is executing in that particular page
how can i improve the performance ...? any advice ...?
thanks in advance
Muthu