G
Guest
I have a custom control that generates client scripts and uses viewstate
This control is placed in a user control that is placed in my application pages
When I use OutputCache directive in the ascx (so that the control will not be generated each time), the client script and viewstate data of the custom control is not rendered, and this causes errors when using the page
What's the way to solve this problem
TIA
Jo
This control is placed in a user control that is placed in my application pages
When I use OutputCache directive in the ascx (so that the control will not be generated each time), the client script and viewstate data of the custom control is not rendered, and this causes errors when using the page
What's the way to solve this problem
TIA
Jo