bhavu4u 0 Newbie Poster

HI!!
All
I have one big problem for which i am not able to find solution.
Here is My problem

I Have one asp page on which i am generating Dynamic TabPanel all the controls like textbox ,combobox,buttons, are also generated dynamically on tabpanel now on the button click i am openning a popup window which contain gridview with select

button in item tamplate on click on that button i am passing the id which is on 0 index of gridview cells now i am using window.opener.functionname to call the function of parent page from the popup which contain two argument one is conrol Id and second is value Control id is the id of textbox which is in tabpanel.
so i am unable to get the value in that textbox on parent page because it is on the tabpanel if i put text box on the form not in tabpanel than i get the value in parent page.

so is it possible to get value from popup window to parent textbox which is dynamically created on tabpanel if any example pls suggest me or any article regarding this is also appriciated.

thanks in advance..