PDA

Click to See Complete Forum and Search --> : multiple selected items from listbox send to another form


jewel
Sep 13th, 2005, 01:12 AM
Hi, please help, I need to get selected items from a listbox control and send them to another webform that needs to be displayed in a another window. I used javascript window.open to show the webform in new window, but i dont know how to get the selected items from first window.

Thanks,

Jewel

-TPM-
Sep 13th, 2005, 10:20 AM
You could maybe pass them as url parameters, or save the values into a session varible(youd then nedd to have the listbox auto postback).