Hi
I am opening a Modal window from parent window.
I am adding some data in the Modal window and closing it.
When the modal window closes, i want to refresh the parent window to see the
latest changes made in modal window??
i tried Me.Parent.refresh()
But nothing happens??
Thanks
Vinay

Signature
http://pathidotnet.blogspot.com
=====
vInAypAtHi
o__
---_,>/'_------
(_) \(_)
---------------
Allen Anderson - 26 Aug 2005 15:18 GMT
in the parent window where you call the modal dialog, after the dialog
returns successfully, then call this.Invalidate( true ); That should
do the trick.
-Allen
http://allenanderson.blogspot.com/
http://www.glacialcomponents.com
>Hi
>I am opening a Modal window from parent window.
[quoted text clipped - 10 lines]
>Thanks
>Vinay