how to pass (arraylist)Session from popup window to parant window.
-
Hi, iam in webapplication using asp.net with c#. I have to close PopUP Window and pass the session variable to parent form(textbox)..My scenario like.. PopUp window which consists of gridview,with 3 columns. 1-checkbox 2-Name 3.MobileNo..has to select 'N' number of rows... iam maintaining those selected rows in Session[arraylist].. when i click close button in PopUp window the Session[arraylist] data should be displayed in parent window [textbox] at the same time PopUP Window should close.. how can i do this ?
murali krishna
-
Hi, iam in webapplication using asp.net with c#. I have to close PopUP Window and pass the session variable to parent form(textbox)..My scenario like.. PopUp window which consists of gridview,with 3 columns. 1-checkbox 2-Name 3.MobileNo..has to select 'N' number of rows... iam maintaining those selected rows in Session[arraylist].. when i click close button in PopUp window the Session[arraylist] data should be displayed in parent window [textbox] at the same time PopUP Window should close.. how can i do this ?
murali krishna
Save the information into Session. Close the pop up window. Do a postback of the the opener and load the data in server side code from Session.
I didn't get any requirements for the signature
-
Hi, iam in webapplication using asp.net with c#. I have to close PopUP Window and pass the session variable to parent form(textbox)..My scenario like.. PopUp window which consists of gridview,with 3 columns. 1-checkbox 2-Name 3.MobileNo..has to select 'N' number of rows... iam maintaining those selected rows in Session[arraylist].. when i click close button in PopUp window the Session[arraylist] data should be displayed in parent window [textbox] at the same time PopUP Window should close.. how can i do this ?
murali krishna
avvaru.murali wrote:
iam maintaining those selected rows in Session[arraylist].. when i click close button in PopUp window the Session[arraylist] data should be displayed in parent window
if you are alredy storing data in session, then you need to just refresh parent form to show the data.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net