whether it is partial update or full update, every postback to asp.net server results in running full page life cycle. which means, page_preinit, page_init, page_load functions are run before what actually we want to run what we wanted to show. whether it is partial update or full update, ev