Using Frames in ASp.net2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saikatkolkata
    New Member
    • Jan 2008
    • 17

    Using Frames in ASp.net2

    Plz...suggest me how to use frames in ASP.net2......I TS URGENT.post as soon possible.it wil b vry thankful.
  • CroCrew
    Recognized Expert Contributor
    • Jan 2008
    • 564

    #2
    Hello saikatkolkata,

    Here is a fast way of learning to use frames within .NET

    By Scott Rosa: http://www.15seconds.com/issue/030528.htm

    Hope that helps ya~

    Comment

    • saikatkolkata
      New Member
      • Jan 2008
      • 17

      #3
      Originally posted by CroCrew
      Hello saikatkolkata,

      Here is a fast way of learning to use frames within .NET

      By Scott Rosa: http://www.15seconds.com/issue/030528.htm

      Hope that helps ya~

      thankz..CroCrew
      can u help me out..how on seleceting a tree node in One frame loads a corresponding page in another frame next to it...

      do reply...

      Comment

      • CroCrew
        Recognized Expert Contributor
        • Jan 2008
        • 564

        #4
        Hello saikatkolkata,

        Sorry, without fully understanding your question my answer to your question is have you tried the “target” keyword?

        If we could see some of your code on what exactly you’re trying to do it’s hard to pinpoint a decent answer for you.

        Sorry this is the best I can do~

        Comment

        • Frinavale
          Recognized Expert Expert
          • Oct 2006
          • 9749

          #5
          Originally posted by saikatkolkata
          thankz..CroCrew
          can u help me out..how on seleceting a tree node in One frame loads a corresponding page in another frame next to it...

          do reply...
          Hi Saikatkolkata,
          Are you using a Frameset?
          Could you please provide more detail on what you're trying to do.

          -Frinny

          Comment

          • saikatkolkata
            New Member
            • Jan 2008
            • 17

            #6
            Originally posted by Frinavale
            Hi Saikatkolkata,
            Are you using a Frameset?
            Could you please provide more detail on what you're trying to do.

            -Frinny
            hi Frinny,
            m using IFRAME..actuall y i hav two frames in a screen..so my prob is..on the left frame i hav a tree..on selecting a node from the tree a corresponding action should hapn on the right frame..that all.

            if possibl help me..with regards

            Comment

            • Frinavale
              Recognized Expert Expert
              • Oct 2006
              • 9749

              #7
              Originally posted by saikatkolkata
              hi Frinny,
              m using IFRAME..actuall y i hav two frames in a screen..so my prob is..on the left frame i hav a tree..on selecting a node from the tree a corresponding action should hapn on the right frame..that all.

              if possibl help me..with regards
              I'm assuming you are using the TreeView Class.

              Take a look at that article I mentioned above...

              I haven't had much experience using a TreeView before but from what I understand of them your going to have to set the NavigateUrl property for your node to a values (in your SiteMap) to target your IFrame.

              -Frinny

              Comment

              Working...