R
rote
I mistakenly closed my webpart in design mode.
How can i get it back to show
Thanks in advance
<asp:WebPartManager ID="WebPartManager1" runat="server">
</asp:WebPartManager>
<asp:WebPartZone ID="WebPartZone1" runat="server">
<ZoneTemplate>
<cc1:swebpart id="SimpleWebPart1" runat="server" DisplayText="Hello World"
AllowMinimize="true"></cc1:swebpart>
</ZoneTemplate>
</asp:WebPartZone>
<asp:WebPartZone ID="WebPartZone2" runat="server">
</asp:WebPartZone>
How can i get it back to show
Thanks in advance
<asp:WebPartManager ID="WebPartManager1" runat="server">
</asp:WebPartManager>
<asp:WebPartZone ID="WebPartZone1" runat="server">
<ZoneTemplate>
<cc1:swebpart id="SimpleWebPart1" runat="server" DisplayText="Hello World"
AllowMinimize="true"></cc1:swebpart>
</ZoneTemplate>
</asp:WebPartZone>
<asp:WebPartZone ID="WebPartZone2" runat="server">
</asp:WebPartZone>