Hi
I am uing C#.net & using javacript for a popup window.
I've a form and there is a button named Categories. When it is clicked, it will open a new window for the selection of categories.
When the categories are selected from ListBox ,and the submit button of the popup window is clicked, the category id value should be set in the parent form and the popup window will close.
the problem is that the parent window form doesn't get the value of the selected listbox item of popup window.
Anyone plz help me out.
I am uing C#.net & using javacript for a popup window.
I've a form and there is a button named Categories. When it is clicked, it will open a new window for the selection of categories.
When the categories are selected from ListBox ,and the submit button of the popup window is clicked, the category id value should be set in the parent form and the popup window will close.
the problem is that the parent window form doesn't get the value of the selected listbox item of popup window.
Anyone plz help me out.
Comment