Showing posts with label outside. Show all posts
Showing posts with label outside. Show all posts

Wednesday, March 28, 2012

postback outside updatepanel

Hello,

I have a label outside an updatepanel which i would like to update at the same time as the updatepanel.

So is there a way to do that without placing the label inside another updatepanel?

Any suggestion?

I think you cant do it unless u change 'EnablePartialRendering' property of your script manager to 'false'. which means refresh the whole page not just the update panel.


It is not possible, you have wrap the label in an update panel and set the update mode to always.

Wednesday, March 21, 2012

Problem in Update Progress

I want to set focus on update progress whenever any event performed in update panel.Note update progress is outside the update panel. Please reply must

MaybeProgramming UpdateProgress Controls in Client Script
is a good starting point for you.