How can I defer loading UpdatePanel content until after the page renders?

后端 未结 4 706
名媛妹妹
名媛妹妹 2020-12-11 08:05

Old hand at ASP.NET, new to the UpdatePanel. I have a reporting page which executes a fairly length SQL query... takes about 10 seconds right now. What I would like to do

4条回答
  •  时光取名叫无心
    2020-12-11 09:04

    Try something like this (not tested).

    Set the UpdateMode of the UpdatePanel to Conditional.

    Add this to your section:

    
    

提交回复
热议问题