How can i use ajax update panel with content place holder
-
Hi all I have a master page with a content place holder what i want is to remove the postback when i click a link or something in the menu (just link the frames thing) can i use the update panel control? And whom to drop in whom? (update panel and content place holder) Thanx in adnvance
Best Regards 3ala2 :)
-
Hi all I have a master page with a content place holder what i want is to remove the postback when i click a link or something in the menu (just link the frames thing) can i use the update panel control? And whom to drop in whom? (update panel and content place holder) Thanx in adnvance
Best Regards 3ala2 :)
go for server.transfer instead of using AJAX. Ajax is not designed for this purpose. Remember Master Page is not like a static page which can persists while content pages keep changing. Every time a content page is requested master page in initialized and merged with the content page.
saud