Question:You are creating a page that contains an UpdatePanel control for partial-page updates. You want to notify the user that the update is processing only if the update takes longer than five seconds. Which actions should you take? 

A Add a second UpdatePanel to the page. Set it to trigger based on the first Update-Panel. Set the contents of this UpdatePanel to read “Processing, please wait.” 

B Add an UpdateProgress control to the UpdatePanel. Set its DisplayAfter attribute to 5,000. Set its ProgressTemplate contents to read “Processing, please wait.” 

C Add a ProgressBar control to the page. Write code on the server to call back to the client asynchronously to update the ProgressBar control after five seconds. 

D Create a hidden <div> tag on your page that contains the text “Processing, please wait.” Set the <div> tag’s ID to match that of the UpdatePanel. Set the Update-Panel control’s Interval property to 5,000. 

+ Answer
+ Report
Total Preview: 1159

Copyright © 2024. Powered by Intellect Software Ltd