vote up 0 vote down star

I have one master page which applies to all pages in this website. On some of the button click or user events, I want that only content pages are posted back and all the controls of master page should not refresh.

Can this be achieved?

flag

1 Answer

vote up 2 vote down check

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/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.