具有动态基页的 ASP.NET aspx 未显示在 VS 的设计选项卡中

发布于 2024-09-12 07:08:51 字数 226 浏览 3 评论 0原文

我注意到 Visual Studio 中的一个行为是,如果我使用使用基页的动态母版页,则 aspx 页面的设计选项卡不起作用。我动态设置母版页来实现主题化。它显示母版页错误并显示“该页面具有需要母版页引用的控件,但未指定任何控件”。

有什么解决办法吗?或者有什么解决办法吗?

我目前将基本/母版页设置为我自己页面中的默认母版页并在该页面上工作。完成页面后,我会删除母版页属性。我想知道是否有更好的方法可用。

I noticed a behaviour in Visual Studio that the design tab for aspx page does not work if I use a dynamic master page using a base page. I dynamically set the master page to implement theming. It shows a master page error and says "The page has controls that require a Master Page reference, but none is specified".

Is there any solution? Or any work around?

I currently set the base/master page to a default master page in the page for myself and work on the page. Once I complete the page, I remove the master page attribute. I wanted to know if some better method is available.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

当爱已成负担 2024-09-19 07:08:51

“解决方法”是在调试/浏览页面时设置样式。如果您动态设置母版页,设计者不可能知道它是什么。

The "workaround" is to style while debugging/browsing the page. The designer can't possibly know what your master page is if you are setting it dynamically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文