Is drag and drop functionality of Webparts supported in IE 11?
<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 I ...
Go to the complete details ...