Rank: Member Groups: Member
Joined: 3/11/2009 Posts: 24
|
I have 2 File explorer in one form. Two because depending on the button that was selected a different location needs to be displayed in the file explorer window. The problem that I have is that one of the file explorer is causing a post back when the select button is clicked on the file explorer form. I have checked both file explorer codes and the only different is the url. What could be the reason of the postback? Is there a way to assign the URL in the file explorer from the aspx page (javascript)? I think it needs to do a postback to refresh that setting.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
FileExplorer does post back on many occasions, such as loading child directories, upload files, etc. So posting back alone is neither an issue nor a concern at all.
I am not exactly sure about how your "select" button interacts with the rest of your page and what you use it for. So I am not able to provide you any suggestions. If you still have any questions, please try to create a test page with detailed information about the problem and step by step instruction on how to reproduce it.
Thanks!
|