Rank: Member Groups: Member
Joined: 2/26/2009 Posts: 17
|
Hello, I see that there already is a posting on this subject, but it wasn't enough to help me.
Similar to the other posting, I am using a FileExplorerHolder on my webpage with the FileExplorer in a separate dialog. I want to SetRoot dynamically using a value in the AppSettings of my web.config. I thought I should be able to do it in the Page_Load of Explorer.aspx.cs, but it never falls in to the Page_Load (?!). How todo?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Janice wrote:I thought I should be able to do it in the Page_Load of Explorer.aspx.cs, but it never falls in to the Page_Load (?!). Yes. You should be able to do it in Page_Load. However why your Page_Load is not hit is something you need to find out yourself. It's a page level event so it should not have anything to do with us.
|