Ask a Question related to ASP.NET General, Design and Development.
-
Ryan Gregg #1
User Control Partial Caching
I'm working with a user control that hits a web service and builds a result
from that. I'd like to use partial caching to cache the object to prevent a
heavy load on the web service (since the data does change very frequently).
However, on occasion the web service doesn't return data, and I'd like to
either continue to use the cache copy, or make sure that the user control
does not get cached at the time where the web service failed.
Is this possible to do? Any suggestions?
Thanks,
Ryan Gregg
Ryan Gregg Guest
-
user control problem access value from user control to a page
Thanks a lot for paying attention to my problem , i tell u the problem i have a main form in which i gave a login label that points to a... -
Dynamically Adding User Control with Child User Control
I have a user control that has a child user control. If I drag this onto the page, it appears and functions normally. If I attempt to add the... -
Caching control
I have a composite control which uses labels and text boxes inside some literal controls producing HTML elements. The controls have cssclass... -
Know in user control page_load if an user control event is going to be fired
Hi all, i have built a user control that shows a map and let the user zoom in, out, usual stuff. Putting this object in a webform the user can... -
Caching difficulties (control level)
I have an aspx page which loads two user controls, one of which I would like to cache the content since its data does not change much. However,...



Reply With Quote

