How to create frames and how to pass values

Last post 02-26-2006 2:28 PM by XIII. 1 replies.

Sort Posts:

  • How to create frames and how to pass values

    02-26-2006, 12:17 PM
    • Participant
      915 point Participant
    • jsn1
    • Member since 03-30-2004, 1:56 PM
    • Posts 225
    Hi all

    I would like to create a main page simular to this one,

    http://maps.co.flathead.mt.us/Index.aspx?Agreed=True

    with a tool bar on the letf, an image on the middle and a legend or layers list on the right.

    how do yo ucreate frames in asp.net?

    how do yo pass values between frames?

    thanks
    jsn
  • Re: How to create frames and how to pass values

    02-26-2006, 2:28 PM
    • All-Star
      121,513 point All-Star
    • XIII
    • Member since 06-30-2002, 11:59 PM
    • Essen, Belgium
    • Posts 13,492
    • ASPInsiders
      Moderator
      TrustedFriends-MVPs

    Hi,

    actually frames has little to do with ASP.NET webforms since it's client side. You use frames with ASP.NET just like you would with regular html pages. You can pass information with client side technology like javascript. Please take a look at this page: http://www.w3schools.com/html/html_frames.asp

    Grz, Kris.

Page 1 of 1 (2 items)