You can use the code behind on a postback and use the
Page.RegisterClientScriptBlock() method to send the client side scripting
necessary to open a new window along with parameters. I don't know of
another way to open a pop up child window without client scripting.