加载没有母版页的内容页

发布于 2024-10-31 02:44:54 字数 243 浏览 0 评论 0原文

我想知道是否有一种方法可以在不加载母版页(.NET 4.0 的 ASP WebForms)的情况下加载内容页。

我正在开发 Web 应用程序,其中客户端希望从两个不同的位置将用户添加到数据库。 地点1是某个url下的标准网页 Place 2 是一个模式对话框,它将在另一个页面中打开,以允许客户端动态添加用户,

就像在“Place2”中一样,我正在考虑使用 iframe,但我不知道如何避免加载额外的母版页。

有什么建议吗?

I was wondering if there is a way to load Content Page without loading the Master page (ASP WebForms for .NET 4.0)

Iam working on web app where client wants to add a user to DB from two diffrent places.
Place 1 is a standard webpage under some url
Place 2 is a modal dialog box which would open in another page to allow client to add user on the fly

As in "Place2" I was thinking on using iframe, that I dont know how to avoid loading additional master page.

Any suggestions ?!

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

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

发布评论

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

评论(4

离旧人 2024-11-07 02:44:54

鉴于这种情况,我会将您的功能提取到 .ascx (用户控件),然后将其托管在内容页面上,然后再次托管在标准页面上。

given that scenario I would extract your functionality to an .ascx (user control) and then host that once on a content page and again on a standard page.

咿呀咿呀哟 2024-11-07 02:44:54

您可以有一个单独的 MasterPage,可以根据请求动态加载。请参阅如何动态更改母版页

You could have a separate MasterPage that you load dynamically based on the request. See How to change the Master Page dynamically

柠檬 2024-11-07 02:44:54

您始终可以使用空白母版页。

You can always use a blank master page.

沒落の蓅哖 2024-11-07 02:44:54

您可以:
1)将您希望重用的控件提取到用户控件
2)使母版页控件可隐藏

You could either:
1) extract the controls you wish to reuse to a user control
2) make the masterpage controls hide-able

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