开发者

How to place an aspx page inside update panel of another aspx page

开发者_JS百科

Is it possible to place an aspx page inside the update panel of another aspx page? If so, how can I do that?


you could try out UFrame (Update Panel + IFrame), have a look at http://uframe.codeplex.com/

You can put the UFrame in your main.aspx, and specify the src property to your existing aspx page, as below:

In mainpage.aspx:

<div class="UFrame" id="UFrame1" src="ExistingPage.aspx" >
  <p>This should get replaced with content from Existingpage.aspx</p>
</div>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜