I dynamically load a User Control
, with an Update Panel
inside a Place Holder
.
When I click a button from the User Control
, should refresh the Update Panel
contents, but it refresh the entire page instead, and the User Control is disappearing from the page, because the page's Page_Load
does not load anything if it's a PostBack
.
How I can fix it?