ASP.NET Page.OnLoad executes twice

前端 未结 5 1615
轻奢々
轻奢々 2020-12-31 19:46

Anyone have any idea when and why Page.OnLoad() executes twice in the ASP.NET lifecicle?

5条回答
  •  独厮守ぢ
    2020-12-31 20:40

    Do you have a an IMAGE element with a blank string for the URL on that page?

    This one has caught so many people before :)

提交回复
热议问题