Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我从另一个页面重定向时,我有一个 .ascx 页面,page_Oninit 和 Page_load 事件发生并且所有控件都加载了 initializecomponents()。
但是页面没有显示在浏览器中。你知道为什么会这样吗?
.ASCX 是用户控制。当我们将它添加到我们的页面中时说“Default.aspx”,它会成为该页面的一部分,而不是整个页面。所以你不能单独使用 .ASCX。如果你想看到它,你必须把它放到某个页面中,然后只有你可以从浏览器中查看它。