I created Parent window and when i click on button popup window will appear.In popup window two drop down list are there.i have to take the list values from master table and populate in first drop down list on this basis of first, second drop down list will populate the value from its own table.when i click to go button it will show the result in data grid table in every row select hyperlink will present so after selecting it's result will populate in parent window and popup will close.
how to pass the value from popup to parent window
Collapse
X
-
1) What application are you using?
2) If understand the first part of your question you're populating two separate dropdowns with a list of data for each, from two separate tables? Is my question #2 correct?
3) After the list is filled, then you can select "something" form the list to palse it in the grid? Is that correct?
Answer these questions first, and we'll try to go from there.
Thank you.
Comment