L
LamSoft
I've got some perfermance issue while fetching data from MSSQL
I have a gridview, the datasource is a objectdatasource, and the
objectdatasource is pointed to the dataset.
The Select Query in dataset is something like "SELECT * FROM myTable"
while the "myTable" has more than 1M records..
While run the project, the ASP.NET seems try to retrieve all the records
before doing some procedure such as Paging or Sorting...
Is there any other method to do increase the performance?
Thanks
I have a gridview, the datasource is a objectdatasource, and the
objectdatasource is pointed to the dataset.
The Select Query in dataset is something like "SELECT * FROM myTable"
while the "myTable" has more than 1M records..
While run the project, the ASP.NET seems try to retrieve all the records
before doing some procedure such as Paging or Sorting...
Is there any other method to do increase the performance?
Thanks