how to update parent window automatically ??
-
Hi, im using VS 2005 with ajax extension 1.0 i have to pass values in one form to another one form using popup window. this is all are working fine. but once we can update the values in popup window. is automatically update in parent window(main). example automatically refresh gridview in main window when i update child window(pop up)..
Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"
-
Hi, im using VS 2005 with ajax extension 1.0 i have to pass values in one form to another one form using popup window. this is all are working fine. but once we can update the values in popup window. is automatically update in parent window(main). example automatically refresh gridview in main window when i update child window(pop up)..
Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"
-
Hi, im using VS 2005 with ajax extension 1.0 i have to pass values in one form to another one form using popup window. this is all are working fine. but once we can update the values in popup window. is automatically update in parent window(main). example automatically refresh gridview in main window when i update child window(pop up)..
Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"
Use window.parent.ParentPageJavascriptMethod(); Write ParentPageJavascriptMethod() in your parent page to update tpur parent page content. Thanks