Session Values Lost when opening a popup window
-
I am trying to use a popup screen to populate some of the values of user defined object, to be clear i want to set obj.value1 to obj.value5 in parent form and obj.value6 to obj.value10 in the popup window session data is stored in state server but when i open the popup window the values set in parent window are not present can any one suggest me a better way to acheive this functionality Thanks in advance
Krishna
-
I am trying to use a popup screen to populate some of the values of user defined object, to be clear i want to set obj.value1 to obj.value5 in parent form and obj.value6 to obj.value10 in the popup window session data is stored in state server but when i open the popup window the values set in parent window are not present can any one suggest me a better way to acheive this functionality Thanks in advance
Krishna
-
if you popup window in client side use javascript or vbscript, you cann't get the object value in session for the parent page. you must post back the page and get the object value in session.