views:

31

answers:

3

Hi

I'm using UpdatePanels in ContentPages sucefully, but now i'm trying to use one UpdatePanel in a MasterPage with an timer (i've setted the UpdateMode to conditional because the Timer) and i'm getting an problem: the update is refreshing the entire page (not like Ajax used in ContenPages).

It's because i'm using the UpdatePanel in the MasterPage?

+1  A: 

Hey,

Are you setting up any triggers to point to the timer? Or where is the timer in relation to the update panel?

Brian
A: 

Make sure the Timer sits within the UpdatePanel and not outside it or surround the Timer with another UpdatePanel. Also, you should check out the link medusa posted which covers some important points.

o6tech
Thanks mate, it was outside the UpdatePanel ;)
Guilherme Cardoso