A
Andrea
How is possible to modify a placeholder contained into a an ascx file referended
by a page?
I've tried to do it in the page_load event, declaring before a protected
variabile, but it's out of scope.
I've noticed that ascx file will be loaded just after the page_load event,
but in the page_unload when
the control comes back to the page, all the refecence has been destroyed.
Any idea how to do that?
thanks
Andrea
by a page?
I've tried to do it in the page_load event, declaring before a protected
variabile, but it's out of scope.
I've noticed that ascx file will be loaded just after the page_load event,
but in the page_unload when
the control comes back to the page, all the refecence has been destroyed.
Any idea how to do that?
thanks
Andrea