Calling UpdatePanel in code behind

zend

New Member
I have an update panel that contains a textbox and some labels, which is contained within a custom user control, which is part of a step in a wizard control. At the moment when the user enters the textbox on the step the update panel fires when the user clicks on the textbox. However, what I want to do is to execute the update panel when the step loads as the textbox value is populated when from the previous step. Is there away of automatically executing the update panel on the page load method?
 
Back
Top