青松阳光

关注.NET平台及SharePoint产品
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Pop-up Window Calling Parent Window's Server-side Code

Posted on 2008-10-31 16:46  青松阳光  阅读(151)  评论(0)    收藏  举报

When a parent window pop-ups a child window, there's no direct way for the child to call the parent's server-side code. This article presents a workaround for the child pop-up window to call the parent's server side code, i.e., the code-behind

 

Please visit here.