B
Billy Zhang
Here is a user control on the page, how do I cache it by user?
Currently I think we could put a server control for example ID:textusername
in the asp.net page whose value is username, so we can utilize Output cache
with varybycontrol to control the cache.
Queation:
If this is right direction, does this control ID:textusername need to be in
the user control or just in the asp.net page?
How do I check if it has been cached successfully?
If there are 2000 users, how do I check the memory the cache used?
Thanks,
-Billy
Currently I think we could put a server control for example ID:textusername
in the asp.net page whose value is username, so we can utilize Output cache
with varybycontrol to control the cache.
Queation:
If this is right direction, does this control ID:textusername need to be in
the user control or just in the asp.net page?
How do I check if it has been cached successfully?
If there are 2000 users, how do I check the memory the cache used?
Thanks,
-Billy