zaps
3 Feb 2007, 10:16 PM
Iam using window.showdailog to load an asp.net page,child page having
an asp.net grid,when the user double click on the selected row in the grid,
i use this function to close that window and get parameters from child window
function SetWindow(id)
{
window.returnValue = id;
window.close();
}
it is working fine in normal way.
I tried with yahoo dailog, but i am unable to get the return value from dailog,
it is possible by using yahoo dialog to get the above functionality ?
how to do this by using yahoo dailog,how i get the return value from dailog
an asp.net grid,when the user double click on the selected row in the grid,
i use this function to close that window and get parameters from child window
function SetWindow(id)
{
window.returnValue = id;
window.close();
}
it is working fine in normal way.
I tried with yahoo dailog, but i am unable to get the return value from dailog,
it is possible by using yahoo dialog to get the above functionality ?
how to do this by using yahoo dailog,how i get the return value from dailog