Problem While changing the GalleryFolder on fly

  •  05-11-2010, 4:42 AM

    Problem While changing the GalleryFolder on fly

    I tried to change the gallery folder dynamically on user selection
     
    so I made an Update panel and made the     GalleryBrowser1 as its child
     
    and where the user tries to change the path i wrote
     
     GalleryBrowser1.Layout = "SlideShow";
            GalleryBrowser1.GalleryFolder = <new Path>;
           updatePanelGalleryBrowser.Update(); 
     
    as i run this the  GalleryBrowser1 wil not show any pic and is as shown in the image attached. Please help!!!
     
     
     
     aa javascript error which prompts as below.... hope it can give  a clue
     
     
     
     
     
View Complete Thread