Kavi suja

Kavi suja

  • NA
  • 298
  • 172k

Ajax Update Panel in Master Page

Aug 5 2013 6:34 AM
Hi,
  I have updatepanel in Master Page.There I add Timer for refereshing the panel for particular time interval.In Content Page I include one update panel with Modal popup extender.The problem is,When i run application the update panel in content page also refreshes as the update panel in master page refreshes.I want the update panel in content page,can't be refreshes based on update panel in Master page.How i solve this?can anyone help me to do this?

Answers (2)

0
Iftikar Hussain

Iftikar Hussain

  • 0
  • 12.6k
  • 449.1k
Aug 8 2013 12:27 AM
Hi,
        You need to put UpdateMode=Conditional for both the update panel.

Regards,
Iftikar
0
Raj Bandi

Raj Bandi

  • 0
  • 1.8k
  • 417.7k
Aug 7 2013 8:58 PM
Hi there,

Change Content page update panel UpdateMode to Conditional and try again. 


<asp:UpdatePanel ID="contentPagePanel"  UpdateMode="Conditional" >
....

Cheers,
Raj