Answer:
There is a property called UpdateMode which takes two values
1.Always : Default value of this property.
2.Conditional
When set to conditional, then that updatepanel's content only gets updated when control placed in that update panel does a postback. Control placed in other update panel will not affect this updatepanel.
Asked In: Many Interviews |
Alert Moderator