The
OnPreRender won't be fired in the Callback event. Whereas in Postback, After the particular event handling, the PreRender will be invoked.
But all the controls will be created again in both Postback and Callback. The viewstate values will be reassigned to the controls again.