How to call Procedures from other forms in asp.net ?
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
How can i call a Procedure of a Parent form from a child Popup window. I am using ASP.Net 2005 (using VB). Please Help. Thanks in advanvce.
Sekhar :)
In Javascript child popup window you call window.opener.parentwindowfunctionname();
-
In Javascript child popup window you call window.opener.parentwindowfunctionname();