Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3338
websplitter question.
posted

I am looking in to this control, and am wondering if it is possible to use a splitter pane as a content holder to load other pages in.

Kind of like a master/child page relationship, without the actual master child pages..

 

So If I have a splitter that has a top and bottom pane, and two panes in the middle..

I cold put a WebDataMenu in the left panel and based on the click event of buttons in the WebDataMenu, load aspx pages in the right panel..

 

Possible? Ideas?

Parents
No Data
Reply
  • 6748
    Verified Answer
    posted

    Hello Daryl,

     

    I think it would be possible to use a WebSplitter in your scenario. The WebSplitter is just a visual element, you will have to work with the other controls the same way as if they are not within the splitter. And it is possible to load a different aspx page at the second pane, as a result of some action from the first pane. You would just have to set :

    WebSplitter1.Panes[1].ContentUrl = "Default.aspx";

     

    Hope this helps.

     

    Regards,

    Lyuba Petrova

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

     

Children
No Data