使用侧面板的母版页
我在 ASP.Net 中使用母版页已有一段时间了。我已经能够开发包含页眉和页脚内容的母版页,但从未成功开发过侧面板。
该项目需要的是一个包含页眉和页脚内容的主母版页。然后另一个母版页使用第一个母版页,并具有剩余中间左侧的内容。详细信息将位于右侧,左侧主内容约为三分之一,详细信息约为三分之二。
如果可能的话,一个可行的例子会很好。
谢谢。
鲍勃
I have used Master Pages with ASP.Net for some time. I have been able to develop Master pages with header and footing content but never sucessful with side panels.
What this project needs is a Main Master page with header and footer contents. Then another master page that uses the first master page and has it's content of the left side of the remaining middle. The Detail will go to the right with the left master content about one third and the detail about two third.
A working example would be good if possible.
Thanks.
Bob
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能正在寻找嵌套母版页?
Site.master
嵌套.master
Default.aspx
Possibly looking for nested master pages?
Site.master
Nested.master
Default.aspx