开发者

Is it possible to post only the content page and keep master page as is?

开发者 https://www.devze.com 2022-12-10 04:51 出处:网络
I have one master page which applies to all pages in this website. On some of the button click or user events, I wa开发者_Go百科nt that only content pages are posted back and all the controls of maste

I have one master page which applies to all pages in this website. On some of the button click or user events, I wa开发者_Go百科nt that only content pages are posted back and all the controls of master page should not refresh.

Can this be achieved?


I think you need partial rendering which is provided by UpdatePanel. You can put your ContentPlaceHolder control onto an UpdatePanel in the master page. Another way is using IFrame.

http://www.asp.net/ajax/downloads/archive/

0

精彩评论

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