Hide unneeded buttons

  •  03-06-2007, 10:46 AM

    Hide unneeded buttons

      I appreciate your help on most of my question but some of my question been ignored

    Is rally so hard for you to tell me how would I get rid of that part In insertimage.frame.aspx file    (I just do not want to see those labels and Images and it should work in IE and FF, Visible="false" not working)  :

     <td width="20">

    <asp:Image Visible="false" ID="Image1" Runat="server" ImageUrl="../images/openfolder.gif"></asp:Image>

    </td><td width="240" class="normal">

    <asp:Label Runat="server" ID="FolderDescription"></asp:Label>

                                  </td>

                                  <td>

                                        <asp:ImageButton ID="CreateDir" Runat="server" AlternateText="[[Createdirectory]]" ImageUrl="../images/newfolder.gif"

                                              onMouseOver="CuteEditor_ColorPicker_ButtonOver(this);" Visible="false"

                                              OnClick="CreateDir_Click" />

                                        <asp:ImageButton ID="Copy" Runat="server" AlternateText="[[Copyfiles]]" ImageUrl="../images/Copy.gif"

                                              onMouseOver="CuteEditor_ColorPicker_ButtonOver(this);" Visible="true"

                                              OnClick="Copy_Click" />

                                        <asp:ImageButton ID="Move" Runat="server" AlternateText="[[Movefiles]]" ImageUrl="../images/move.gif"

                                              onMouseOver="CuteEditor_ColorPicker_ButtonOver(this);" Visible="true"

                                              OnClick="Move_Click" />

                                        <IMG src="../images/zoom_in.gif" onclick="Zoom_In();" Alt="[[ZoomIn]]" class="dialogButton"

                                              onmouseover="CuteEditor_ColorPicker_ButtonOver(this);"> <IMG src="../images/zoom_out.gif" onclick="Zoom_Out();" Alt="[[ZoomOut]]" class="dialogButton"

                                              onmouseover="CuteEditor_ColorPicker_ButtonOver(this);"> <IMG src="../images/bestfit.gif" onclick="BestFit();" Alt="[[BestFit]]" class="dialogButton"

                                              onmouseover="CuteEditor_ColorPicker_ButtonOver(this);"> <IMG src="../images/Actualsize.gif" onclick="Actualsize();" Alt="[[ActualSize]]" class="dialogButton"

                                              onmouseover="CuteEditor_ColorPicker_ButtonOver(this);"> <IMG src="../images/resize.gif" id="img_AutoThumbnail" onclick="AutoThumbnail();" Alt="[[AutoThumbnail]]" class="dialogButton"

                                              onmouseover="CuteEditor_ColorPicker_ButtonOver(this);">

                                              <% if(secset.AllowModify) {%>

                                              <IMG class="dialogButton" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" id="img_ImageEditor" src="../images/imageeditor.gif" onclick="ImageEditor();" Alt="[[ImageEditor]]">

                                              <%

                                              }

                                              else

                                              {

                                              %>

                                                    <IMG class="CuteEditorButtonDisabled" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" src="../images/imageeditor.gif" Alt="[[ImageEditor]]">

                                              <%

                                              }

                                              %>

                                  </td>

View Complete Thread