我在VS2010的视图中可以看见Verb按钮,可是运行起来在页面上不可见是怎么回事? 该如何处理呢?
<form runat="server" id="form1">
<asp:WebPartManager ID="WebPartManager1" runat="server" />
<br />
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top">
<asp:WebPartZone AllowLayoutChange="true" CloseVerb-Enabled="true" WebPartVerbRenderMode="Menu"
ID="MainZone" runat="server" HeaderText="Main">
<ZoneTemplate>
<asp:Label ID="contentPart" runat="server" title="Content">
<h2>欢迎来到我的主页</h2>
<p>请使用链接来访问我收藏的网站!</p>
</asp:Label>
</ZoneTemplate>
</asp:WebPartZone>
</td>
<td valign="top">
</td>
</tr>
</table>
</form>
上代码吧,不然不知道
<form runat="server" id="form1">
<asp:WebPartManager ID="WebPartManager1" runat="server" />
<br />
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top">
<asp:WebPartZone AllowLayoutChange="true" CloseVerb-Enabled="true" WebPartVerbRenderMode="Menu"
ID="MainZone" runat="server" HeaderText="Main">
<ZoneTemplate>
<asp:Label ID="contentPart" runat="server" title="Content">
<h2>欢迎来到我的主页</h2>
<p>请使用链接来访问我收藏的网站!</p>
</asp:Label>
</ZoneTemplate>
</asp:WebPartZone>
</td>
<td valign="top">
</td>
</tr>
</table>
</form>