I\'m following a simple example of how to use the update panel from here (http://www.asp.net/Ajax/Documentation/Live/tutorials/IntroductionUpdatePanel.aspx). Outside the upd
Since your UpdatePanel's UpdateMode is set to conditional you have to specify a trigger.
Alternatively, you could define the property ChildrenAsTriggers to true.
UpdatePanel.UpdateMode reference