I have a web page with a Button on it that when clicked displays files (doc,
pdf, etc. ) that are stored in a database.
Is their a way to take advantage of caching? I was wondering if an
If-Modified-Since header could be used?
Also are any of the caching statements necessary in my meth...
more >>
Synopsis: Need a .Net cache solution in which the cache can be
synchronized across multiple hosts on our server farm.
My company is investigating caching as a means to improve performance,
by reducing the database as a bottleneck. However due to constraints
imposed by our integration with busi...
more >>
I have a web site that seems to have a datasource refresh problem. On one of
the pages, I have a checkbox list control that is attached to a Access
datasource. I also have two buttons, one to select all items and one to
deselect the items in the list. I have a function in this page that I pass
t...
more >>