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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Frameset problem its very urgent........ [modified]

Frameset problem its very urgent........ [modified]

Scheduled Pinned Locked Moved ASP.NET
htmlsecurityhelptutorial
2 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.
  • M Offline
    M Offline
    Member 3879881
    wrote on last edited by
    #1

    Hi in my project default page i am using frame set in that 3 html pages i included..., When run the project it will check login authentication.., If its correct user...,then in that default page head htmlpage my link buttons will display..., When i click in that link left side html page sub links will be display..., if i click any of the sub link then my aspx page will be display in that 3rd html page(right hand side)..., In this i said suppose the user didnt interact with some what time the forms then session will be end...,so it will transfer to login.aspx page..., But the login.aspx page is displaying on the right hand side of the frameset.., But when session will end i need only starting page login.aspx other head html page and left side html page all want to unload How to do this one plz tell me..., -- modified at 2:03 Thursday 19th April, 2007

    Magi

    V 1 Reply Last reply
    0
    • M Member 3879881

      Hi in my project default page i am using frame set in that 3 html pages i included..., When run the project it will check login authentication.., If its correct user...,then in that default page head htmlpage my link buttons will display..., When i click in that link left side html page sub links will be display..., if i click any of the sub link then my aspx page will be display in that 3rd html page(right hand side)..., In this i said suppose the user didnt interact with some what time the forms then session will be end...,so it will transfer to login.aspx page..., But the login.aspx page is displaying on the right hand side of the frameset.., But when session will end i need only starting page login.aspx other head html page and left side html page all want to unload How to do this one plz tell me..., -- modified at 2:03 Thursday 19th April, 2007

      Magi

      V Offline
      V Offline
      Venk259
      wrote on last edited by
      #2

      .net does not support frame concepts. so you can use this statement i have test it with framework 2.0 c# -- if (Session.IsNewSession) { Response.Write("top.location='login.aspx';"); } vb.net -- If (Session.IsNewSession) then Response.Write("top.location='login.aspx';") End If

      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