HI
I have table in database and bind some control from this Table
my table have many rows about 9000 rows I want searching and reading data from this table be fast ,that my webpage can show data faster than before how I can do it?
Best regards
1. Do Indexing on the columns you need to search. For that you will have to spend some time learning indexes don't expect to be fast or readily available as in this no one can help.
2. Make use of Full Text Search fo searching
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.