I am using an updatepanel on my asp.net webform and when I push the button inside the update panel to cause a partial postback I see that the serverside page_load() which is for the whole page is still fired. why does it happen?
↧
I am using an updatepanel on my asp.net webform and when I push the button inside the update panel to cause a partial postback I see that the serverside page_load() which is for the whole page is still fired. why does it happen?