How to set webtoolbar fill the tablecell

5 replies. Last post: December 9, 2010 1:27 AM by Handy Surya
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
he pengMember

hi,

I add a webtoolbar into a tablecell like this :

<asp:Table ID="mvTable" BackColor="Red" CellPadding="0" CellSpacing="0" Width="800px" runat="server">
<asp:TableRow ID="mvHeaderToolBar" Height="40px">
<asp:TableCell>
<ISWebDesktop:WebToolBar ID="mvWebToolBar" FillDockingRow="Yes" runat="server" IntegratedTo="None" Height="100%">
</ISWebDesktop:WebToolBar>
</asp:TableCell>
</asp:TableRow>
</asp:Table>

 now I still  can see the table's back color,I cann't find any way to set it fill the tablecell.

regards



All times are GMT -5. The time now is 7:26 PM.
Previous Next