首页 新闻 赞助 找找看

Web控件Verb按钮不显示

0
悬赏园豆:10 [待解决问题]

我在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>

Crazylight的主页 Crazylight | 初学一级 | 园豆:171
提问于:2012-06-04 16:28
< >
分享
所有回答(1)
0

上代码吧,不然不知道

长风一剑 | 园豆:29 (初学一级) | 2012-06-04 17:22

<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>

支持(0) 反对(0) Crazylight | 园豆:171 (初学一级) | 2012-06-08 12:16
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册