Hello All,
I have used 3 update panel in my aspx page.
Based on input in 1st updatepanel.
other two update panel will have change into them.
This should be the behaviour of the page.
But the issue is that, When any change done in 1st update panel.
Other two Update panel does not show any changes into them.
But If we check in firebug,net section,
It shows proper HTML in response.
So it means reponse received is proper but it does not display proper in aspx.
Note: All update panel are having UpdateMode="Conditional" and all updatepanel are updated accordingly.
What might be the issue?
↧
Reponse received properly but display does not get changed in Update Panel
↧