Results 1 to 5 of 5

Thread: ASP.NET Splitterbar??

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    Question ASP.NET Splitterbar??

    Is there a way that I can have a splitterbar in my ASP.NET app just like the MSDN knowledgebase site?

    Thanks

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    Re: ASP.NET Splitterbar??

    ah.... stumped ya!

  3. #3
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: ASP.NET Splitterbar??

    The splitter bar as you put it is simply a HTML frameset.

    Do a Google search and all will become clear.

    DJ

    If I have been helpful please rate my post. If I haven't tell me!

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    Re: ASP.NET Splitterbar??

    I know all about framesets.

    But, how can you use a frameset in one ASPX file?
    I don't want multiple framed aspx pages

  5. #5
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: ASP.NET Splitterbar??

    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

    If I have been helpful please rate my post. If I haven't tell me!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width