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.
漂亮的新手问题在这里,但由于某种原因很难找到一个很好的例子:我有一个基本的母版页,当按下链接时,上面有一些链接,运行 javascript 函数以保存一些会话变量。我注意到为链接设置 href 将跳过我设置的 onClick js 函数。然后在函数结束时,我想将母版页的内容占位符更改为不同的内容页。有什么方法可以做到这一点吗?
我只在标签中使用 postbackURL 或在后面的代码中使用 server.transfer() 。
ContentPlaceHolders不要那样工作。它们仅由使用母版页的页面设置,而不是由母版页本身设置。
ContentPlaceHolders
如果要更改内容,则需要导航到新页面。