我无法让我的webparts在设计模式下更改他们的区域。尝试了一切,但没有帮助
<asp:WebPartManager ID="WebPartManager1" runat="server">
<StaticConnections>
<asp:WebPartConnection ID="connection1"
ConsumerConnectionPointID="ZipCodeConsumer"
ConsumerID="zipConsumer"
ProviderConnectionPointID="ZipCodeProvider"
ProviderID="zipProvider" />
</StaticConnections>
</asp:WebPartManager>
<div class="div1">
<asp:WebPartZone ID="WebPartZone1" runat="server" AllowLayoutChange="true">
<ZoneTemplate>
<uc1:UserCtrlForProperty runat="server" ID="UserCtrlForProperty"/>
<asp:BulletedList ID="BulletedList1" runat="server" Title="Select Movie/Book">
<asp:ListItem Text="Books" Value="B"></asp:ListItem>
<asp:ListItem Text="Movies" Value="M"></asp:ListItem>
</asp:BulletedList>
</ZoneTemplate>
</asp:WebPartZone>
</div>
<div class="div2">
<asp:WebPartZone ID="WebPartZone2" runat="server" AllowLayoutChange="true">
<ZoneTemplate>
<asp:Calendar ID="Calendar1" runat="server" Title="My Static Calendar"></asp:Calendar>
</ZoneTemplate>
</asp:WebPartZone>
</div>
答案 0 :(得分:-1)
WebParts不适用于所有版本的IE。