|
|
The ASP.NET AJAX UpdatePanel includes an UpdateMode property that may be set to ‘Always’ or
‘Conditional’. The default is Always, in which case the UpdatePanel will always update
its content during an asychronous postback. In this video we learn how we can set the UpdateMode
to Conditional, in which case the UpdatePanel will only update its content when our server-side code
calls its Update method. This allows you to use conditional logic in your C# or Visual Basic code
to determine whether the UpdatePanel will update its content during the current asynchronous postback.
Presented by Joe Stagner Duration: 13 minutes, 9 seconds Date: 19 July 2007
|
Watch the video | Download the video | Get VB code or C# code