为什么我的网站部分没有显示?

时间:2014-01-23 16:15:52

标签: c# asp.net web-parts

我一直在关注webparts的tutoral: http://www.codeproject.com/Articles/337551/A-Beginners-Tutorial-on-ASP-NET-Web-Parts

然后按照示例将代码复制到我的default.aspx中,每个人都在工作,直到我修改了webpart标题然后运行它,此时网页上没有显示任何内容。我取消了我的更改并再次尝试,现在我根本无法显示webparts。我再次完成了教程,完全刷新了所有内容,但没有任何内容可以显示。

我尝试通过添加工具箱中的一些来进行简单的测试,但正如您可能已经猜到的那样,当我运行它时它们不会显示。

        <asp:WebPartManager ID="WebPartManager1" runat="server">
        </asp:WebPartManager>
        <br />
        <asp:WebPartZone ID="WebPartZone1" runat="server">
            <ZoneTemplate>
                test
            </ZoneTemplate>
        </asp:WebPartZone>
        <asp:CatalogZone ID="CatalogZone1" runat="server"></asp:CatalogZone>

0 个答案:

没有答案