Article:
 |
|
Building Web Parts, Part 1
|
| Subject: |
|
I can't see verbs |
| Date: |
|
2006-08-14 02:16:50 |
| From: |
|
Arcalis
|
Response to: I can't see verbs
|
I have a similar problem
code goes like this , pl let us know if you have found solution.
<asp:webpartmanager runat="server" id="MyWebPartManager" />
<asp:LoginStatus ID="LoginStatus1" runat="server" />
<asp:webpartzone id="SideBarZone" runat="server" headertext="Sidebar" ToolTip="SideBarZone">
<CloseVerb ImageUrl="images/CloseVerb.jpg"
Enabled="True"
Text="Close"
Description="Closes the WebPart"
visible="True" />
<HelpVerb Text="View Help" />
<ExportVerb Text="Export WebPart Definition" />
<DeleteVerb Text ="Delete WebPart" />
<MinimizeVerb Description="Minimize the control" ImageUrl="~/Images/RestoreVerb.GIF" />
<RestoreVerb Description="Restore the control" />
<zonetemplate>
<rp:Reports AutoPostBack="True" id="Reports" runat="server" OnLoad="Reports_Load" />
</zonetemplate>
<PartStyle BorderStyle="Solid" BorderWidth="1px" />
<TitleBarVerbStyle BorderStyle="Groove" BorderWidth="2px" />
|
Showing messages 1 through 1 of 1.
-
I can't see verbs
2007-08-26 08:43:34
Lepu
[View]
I had the same issue, then I created myself a new account in my website, I logged in and then I was able to see my webpart verbs.