PopUp with session variables?

  • Thread starter Thread starter Eddie B.
  • Start date Start date
E

Eddie B.

I am trying to pop up a seperate window with the the details from a
datagrid. Can this be done from the code behind form?
 
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.

-Darrin
 
Back
Top