Hi,

In my web application, I have to populate a CheckBoxList performing a
search in the Database based on what the user types. The database has
thousands of records and I have to make a select in the DB each time a
post back occurs (and it's quite frequent: the post back happens at
each typed letter).
I would to improve the application caching the results from the query
and accessing the cache (instead of the Database) at each letter
entered.
The problem is, I'm a newbie and have no idea about how to do it. I
found a few forums discussing about this, but they were not helpful
and sometimes were very complicated.
Any help with code, links or explanation are very much appreciated.

Thanks a lot,

Ana

Reply via email to