Hi,
I'm new to .net and I want to accomplish something I used to do in javascript...When a user clicks on a selection from a dropdownlist, I want to open a different page in a new window (while keeping the original window open). The value of the selected option must be passed to the new page and I don't want to pass it in a URL. My dropdownlist is a server control with an arraylist as a datasource.
Thanks for any help!
I'm new to .net and I want to accomplish something I used to do in javascript...When a user clicks on a selection from a dropdownlist, I want to open a different page in a new window (while keeping the original window open). The value of the selected option must be passed to the new page and I don't want to pass it in a URL. My dropdownlist is a server control with an arraylist as a datasource.
Thanks for any help!