G
Guest
Hello. I'm trying to figure out how to cache a user control based on a given
value. Here's my scenario:
* I have 3 properties in a user control which I set programatically in my
aspx.vb page. I want to cache the control based on one of the properties.
It's called "Category"
* I get the category through a variety of ways - either through session or
the database. It's never in the querystring or a field on the screen.
I can get the control to cache the first Category value, but not any others.
The next time I get an "Object Not Found" exception when I try to set the
properties.
Any ideas how to do this?
Thanks for your help in advance!
value. Here's my scenario:
* I have 3 properties in a user control which I set programatically in my
aspx.vb page. I want to cache the control based on one of the properties.
It's called "Category"
* I get the category through a variety of ways - either through session or
the database. It's never in the querystring or a field on the screen.
I can get the control to cache the first Category value, but not any others.
The next time I get an "Object Not Found" exception when I try to set the
properties.
Any ideas how to do this?
Thanks for your help in advance!