I open modal dialog window from main.

Page_Load in dialog window will get triggered only once for the wholw session.

I mean, even I close dialog window, the server code will not get triggered next time I open dialog again.

What is the problem??

Thank you all !