ASP.net inline code

前端 未结 1 1755
没有蜡笔的小新
没有蜡笔的小新 2021-01-02 00:05

When is inline code executed with relation to page/control lifecycle events such as init and load?

相关标签:
1条回答
  • 2021-01-02 00:31

    Inline code is executed when the page is being rendered ie. after the Page_PreRender event and before the Unload event

    0 讨论(0)
提交回复
热议问题