Is there a way that I can have a splitterbar in my ASP.NET app just like the MSDN knowledgebase site?
Thanks
Printable View
Is there a way that I can have a splitterbar in my ASP.NET app just like the MSDN knowledgebase site?
Thanks
ah.... stumped ya!
The splitter bar as you put it is simply a HTML frameset.
Do a Google search and all will become clear.
DJ
I know all about framesets.
But, how can you use a frameset in one ASPX file?
I don't want multiple framed aspx pages
You said a splitter bar like the MSDN knowledgebase site - that is done with a frameset.
The answer is there isn't a standard splitterbar control that implements the frameset for you - there may be one out on the web but I don't think I've seen one.
As for implementing the splitterbar using other methods than a frameset unless you used overflowing divs I can't think of another method. However the JavaScript needed to resize a div using drag and drop would not be simple.
Your options are:
1. Search the web for a free or commerical control that has aready done what you want.
2. Design your own!
3. Use a just a HTML frameset with several ASP.NET pages.
3. Find another way of doing what you want without the splitterbar.
Sorry I can't help more.
DJ