All Tags »
ajax »
ASP.NET »
Tips
Sorry, but there are no more tags available to filter with.
-
In order to use an update panel you have to specify the triggers either individually or by setting the ChildrenAsTriggers property of the UpdatePanel. Sometimes you may need to set these triggers dynamically such as if the desired trigger is inside of a repeater and is not inside of the update panel. In instances such as this you will need to ...