Hello Guys,
I have an application, where 99% of the webforms
requires the user to enter some values in some textboxes
to get some data from the database. As you can guess the
data is based on the values of the textboxes. Now I would
like to cache the result returned from the database based
on the parameter. The only problem is that I dont know if
this should be done or not - because when I cache every
resultset based on the parameters, then I will end up with
a lot data in my cache.
Thanks for any suggestions.