IZWebFileManager

Advanced ASP.NET File Manager
Welcome to IZWebFileManager Sign in | Join | Help
The forum is moved to http://groups.google.com/group/izwebfilemanager
If you have any question, please post there. Thanks!

Re: Rename, Copy & Move Operations Hanging

  •  07-17-2009, 10:09 AM

    Re: Rename, Copy & Move Operations Hanging

    I had the same problem and initally created a refresh button

    Protected Sub ButtonRefresh_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ButtonRefresh.Click

    FileManager1.DataBind()
    FileManager1.Focus()

    End Sub

    This was not a solution but the user could at least press this and it would un-hang.

    Additional research suggested that placing the control within a placeholder could help.

    <asp:PlaceHolder ID="PlaceHolder1" runat="server">
    ..... file manager here

    </asp:PlacHolder>

     

    I also have an ajax update pane on the page - but not surrounding the control.

    <asp:UpdatePanel ID="UpdatePanel1" runat="server">

    <ContentTemplate>

    </ContentTemplate>

    </asp:UpdatePanel>

    This seem to have stopped the problem for me.

    If anyone has a better solution I would like to hear it.

    Regards Mark

     

View Complete Thread
www.IZWebFileManager.com
izwebfilemanager@gmail.com