Asp.net Frames

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newkhan
    New Member
    • Oct 2007
    • 35

    Asp.net Frames

    Hi,
    I am confused about frames in asp.net. In html frames are made to divide the page in parts and display different pages in the same page. But in visual studio there is no object for frames. Please tell me how to create frames in asp.net and how to provide them the source file.

    Thank You.
  • joedeene
    Contributor
    • Jul 2008
    • 579

    #2
    Take a look at a similar thread: "How can i create frames in asp.net 2005".

    As pointed out in that thread, using a MasterPage will help you.

    joedeene

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      You don't have to use a master page to do this.
      You can use frames in ASP.NET just the same as you would use frames in an HTML page.

      What have you tried so far?
      Please supply more details about the problems you're facing.

      -Frinny

      Comment

      • kunal pawar
        Contributor
        • Oct 2007
        • 297

        #4
        Frame is deprecate in VS, so it is not present in tool box. So u have to use it directly in HTML code.

        Comment

        Working...