Cached User Controls
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I created a User Control that contains a button. I have the handler for the button called Button1_Click etc... Now if I cache this control within a page, the event does not get "wired up" and I am unable to execute the handler for the Click event because the control is cached. How do I get around this?