views:

153

answers:

1

I have a master page.In that master page i have content place holder.Now i want that my page in that content place holder should be divided into two panes with the left pane displaying the links and when i click those the right pane display the page.I have searched splitter controls but none has helped and most of them are not free.So,kindly provide me the solution so that the performance of my website doesn't gets reduced

A: 

I'm not sure if you're looking for a splitter or just a column layout. A splitter would allow the users to adjust the width of the columns. If you're looking for a column layout then this is really a css/layout question. But if you're actually looking for a splitter, then this question might be valuable to you. My answer to that question includes a link to this jQuery splitter plugin (demo).

Ken Browning