Splitter Bar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rohit Sharma

    Splitter Bar

    Hi,

    My app is ASP .NET VB web application.

    I want to add a splitter control on it ....much like the msdn library. I
    have a treeviw on the left side. How can I do it ? I have searched in all
    the usual places (gotdonet.com/ asp.net etc) but no luck.

    Cheers
    Rohit


  • Cor

    #2
    Re: Splitter Bar

    Hi Rohit,

    As far as I can see Microsoft is not using .Net for the Microsoft Web.

    There are some ASPX pages, but I doubt if it is dotnet, because they are
    loaded with JavaScript and the normal .Net Headers are not there.

    So you have to find out first what tool Microsoft uses.

    Cor


    Comment

    • Cor

      #3
      Re: Splitter Bar

      Hi Rohit,
      I have a better answer for you, in this newsgroup is this anouncment.
      So why not join, (If it is not in the middle of the night for you).
      Otherwise if you wise that and when I don't forgot it, I will ask it for
      you?
      Cor
      =============== =============== =============== ============
      Join members of the Web Forms team to discuss how to make the most out of
      your Web Forms applications written with Visual Basic .NET. Experts from
      the development, testing, and documentation teams will be available to
      answer your ASP.NET and Visual Basic questions.

      Date:
      October 7, 2003

      Time:
      1:00 - 2:00 P.M. Pacific time
      4:00 - 5:00 P.M. Eastern time
      20:00 - 21:00 GMT
      21:00 - 22:00 BST
      (For a list of local time zones relative to GMT, please see
      http://msdn.microsoft.com/chats/timezones.asp.)

      Outlook Reminder:


      Location:
      http://msdn.microsoft.com/chats (then click the name of the chat to enter
      the chat room)

      For more information about Visual Basic .NET, see

      To see a list of upcoming chats or set a reminder for this chat, see
      http://msdn.microsoft.com/chats.
      For archives of previous chats, see
      http://msdn.microsoft.com/chats/recent.asp.

      Thanks!
      Jason Cooke
      VB.NET Team
      ========
      This posting is provided "AS IS" with no warranties, and confers no rights.
      You assume all risk for your use.
      (c) 2003 Microsoft Corporation. All rights reserved.
      =============== =============== =============== ========


      Comment

      • Rohit Sharma

        #4
        Re: Splitter Bar

        Will try and be there.



        "Cor" <non@non.com> wrote in message
        news:3f813221$0 $5892$48b97d01@ reader20.wxs.nl ...[color=blue]
        > Hi Rohit,
        > I have a better answer for you, in this newsgroup is this anouncment.
        > So why not join, (If it is not in the middle of the night for you).
        > Otherwise if you wise that and when I don't forgot it, I will ask it for
        > you?
        > Cor
        > =============== =============== =============== ============
        > Join members of the Web Forms team to discuss how to make the most out of
        > your Web Forms applications written with Visual Basic .NET. Experts from
        > the development, testing, and documentation teams will be available to
        > answer your ASP.NET and Visual Basic questions.
        >
        > Date:
        > October 7, 2003
        >
        > Time:
        > 1:00 - 2:00 P.M. Pacific time
        > 4:00 - 5:00 P.M. Eastern time
        > 20:00 - 21:00 GMT
        > 21:00 - 22:00 BST
        > (For a list of local time zones relative to GMT, please see
        > http://msdn.microsoft.com/chats/timezones.asp.)
        >
        > Outlook Reminder:
        > http://msdn.microsoft.com/chats/outl...rs/VB_Oct7.vcs
        >
        > Location:
        > http://msdn.microsoft.com/chats (then click the name of the chat to enter
        > the chat room)
        >
        > For more information about Visual Basic .NET, see
        > http://msdn.microsoft.com/vbasic/
        > To see a list of upcoming chats or set a reminder for this chat, see
        > http://msdn.microsoft.com/chats.
        > For archives of previous chats, see
        > http://msdn.microsoft.com/chats/recent.asp.
        >
        > Thanks!
        > Jason Cooke
        > VB.NET Team
        > ========
        > This posting is provided "AS IS" with no warranties, and confers no[/color]
        rights.[color=blue]
        > You assume all risk for your use.
        > (c) 2003 Microsoft Corporation. All rights reserved.
        > =============== =============== =============== ========
        >
        >[/color]


        Comment

        • Tom Spink

          #5
          Re: Splitter Bar

          > loaded with JavaScript and the normal .Net Headers are not there.

          Hi Cor, What .NET headers?

          --
          HTH,
          -- Tom Spink, Über Geek

          Please respond to the newsgroup,
          so all can benefit

          " System.Reflecti on Master "

          ==== Converting to 2002 ====
          Remove inline declarations


          "Cor" <non@non.com> wrote in message
          news:3f812f8d$0 $4003$48b97d01@ reader20.wxs.nl ...[color=blue]
          > Hi Rohit,
          >
          > As far as I can see Microsoft is not using .Net for the Microsoft Web.
          >
          > There are some ASPX pages, but I doubt if it is dotnet, because they are
          > loaded with JavaScript and the normal .Net Headers are not there.
          >
          > So you have to find out first what tool Microsoft uses.
          >
          > Cor
          >
          >[/color]


          Comment

          • Cor

            #6
            Re: Splitter Bar

            "Tom Spink"[color=blue][color=green]
            > > loaded with JavaScript and the normal .Net Headers are not there.[/color][/color]

            This are the normal .Net headers for a webform

            <head>
            <title>WebForm1 </title>
            <meta name="GENERATOR " content="Micros oft Visual Studio .NET 7.1">
            <meta name="CODE_LANG UAGE" content="Visual Basic .NET 7.1">
            or
            <meta name="CODE_LANG UAGE" Content="C#">
            <meta name=vs_default ClientScript content="JavaSc ript">
            <meta name=vs_targetS chema
            content="http://schemas.microso ft.com/intellisense/ie5">
            </head>


            That is in every aspx.webform page.
            And of course an url in a asp.net webform ends normaly with aspx, like an
            old asp page ends with asp

            Cor








            Comment

            • Tim Stephenson

              #7
              Re: Splitter Bar

              Take a look at good, old fashioned basic HTML Frames. These will let you
              split the page into multiple resizable areas.

              If memory serves, you should be able to create a frameset within VS.NET as a
              page template.

              --
              Regards

              Tim Stephenson MCSD.NET
              Charted MCAD & MCSD.NET Early Achiever


              "Rohit Sharma" <lt_rohit_sharm a@hotmail.com> wrote in message
              news:ua08wU%23i DHA.2592@TK2MSF TNGP10.phx.gbl. ..[color=blue]
              > Hi,
              >
              > My app is ASP .NET VB web application.
              >
              > I want to add a splitter control on it ....much like the msdn library. I
              > have a treeviw on the left side. How can I do it ? I have searched in all
              > the usual places (gotdonet.com/ asp.net etc) but no luck.
              >
              > Cheers
              > Rohit
              >
              >[/color]


              Comment

              Working...