ASP.NET AJAX: Firing an UpdatePanel after the page load is complete

后端 未结 8 2405
情深已故
情深已故 2021-02-15 07:35

I\'m sure this is easy but I can\'t figure it out:

I have an ASP.NET page with some UpdatePanels on it. I want the page to completely load with some \'Please w

8条回答
  •  后悔当初
    2021-02-15 08:14

    Doing things like this with UpdatePanels rather than something easily understandable WILL bite you, it's just a matter of when.

提交回复
热议问题