我尝试使用bootstrap框架制作响应式Web表单应用程序..当我使用代码视图编写母版页内容然后使用浏览器测试它一切都没问题,但是当我切换到设计视图时我发现我的div已损坏它与内容占位符重叠,这让我感到恼火,因为我无法在设计视图中设计我的内容页面。 子页面代码..
<%@ Page Title="" Language="C#" MasterPageFile="~/Main.Master"AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="WebApplication3.Test" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="cph1" runat="server">
test test test
</asp:Content>