Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Providing navigation in ASP.NET

Providing navigation in ASP.NET

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdata-structures
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anushu
    wrote on last edited by
    #1

    I have an aspx page which is divided into two frames using . The right frame loads a vb.net dll which implements a tree control(thus has various nodes) using the tag. On clicking any of the node on the left frame, the right frame should display the appropriate page.How can this be achieved.

    C 1 Reply Last reply
    0
    • A Anushu

      I have an aspx page which is divided into two frames using . The right frame loads a vb.net dll which implements a tree control(thus has various nodes) using the tag. On clicking any of the node on the left frame, the right frame should display the appropriate page.How can this be achieved.

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      Set the target attribute of the anchor tag e.g. <a href="http:\\www.codeproject.com\" target="_blank"> will open the link in a new window. You just need to set the target to the name of the appropriate frame.


      Do you want to know more?


      Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

      A 1 Reply Last reply
      0
      • C Colin Angus Mackay

        Set the target attribute of the anchor tag e.g. <a href="http:\\www.codeproject.com\" target="_blank"> will open the link in a new window. You just need to set the target to the name of the appropriate frame.


        Do you want to know more?


        Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

        A Offline
        A Offline
        Anushu
        wrote on last edited by
        #3

        Dear Mr.Colin, Thank you for your suggestion, but the problem here is, the tree control is vb.net dll that gets loaded into the right frame, so how to capture the click of node on this dll in the left frame....

        C 1 Reply Last reply
        0
        • A Anushu

          Dear Mr.Colin, Thank you for your suggestion, but the problem here is, the tree control is vb.net dll that gets loaded into the right frame, so how to capture the click of node on this dll in the left frame....

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          Anushu wrote: the tree control is vb.net dll What do you mean by that? A DLL is properly called an Assembly in .NET. Assemblies can contain many things. ASP.NET produces assemblies that contain the logic for the code behind and I naturally assumed that is what you are talking about. Is it something different?


          Do you want to know more?


          Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

          A 1 Reply Last reply
          0
          • C Colin Angus Mackay

            Anushu wrote: the tree control is vb.net dll What do you mean by that? A DLL is properly called an Assembly in .NET. Assemblies can contain many things. ASP.NET produces assemblies that contain the logic for the code behind and I naturally assumed that is what you are talking about. Is it something different?


            Do you want to know more?


            Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

            A Offline
            A Offline
            Anushu
            wrote on last edited by
            #5

            Ok, I maen a windows control library is getting hosted on the webform, now clicking on this class library, an event is genrated that should be handled by the webform.......Probably using event handlers in Global.asax....can you tell me how this can be achieved??

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups