The question was born from here . What is the page life cycle for ajax request using jQuery?

    1 answer 1

    The life cycle is the same. Only on the client, changes occur in the block for which the jQuery function was called, for example, load. Therefore, the remaining parts on the client’s page remained unchanged, including the ViewState among them.