Hi,
I have a performance problem.
I load the GridView 2009 Q1 with Tabkeadapter fill method. The Data comes from a view on a ms sql server and contains over 500.000 rows.
The performance is really slow.
What is the best method to give the user the best performance.
Is the Method with the table adapter good?
I thought about only showing about 1000 rows and after applying a filter generating a new query to execute against the db and refill the tableadapter.
Please help,
Thank you very much
I have a performance problem.
I load the GridView 2009 Q1 with Tabkeadapter fill method. The Data comes from a view on a ms sql server and contains over 500.000 rows.
The performance is really slow.
What is the best method to give the user the best performance.
Is the Method with the table adapter good?
I thought about only showing about 1000 rows and after applying a filter generating a new query to execute against the db and refill the tableadapter.
Please help,
Thank you very much