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. Refresh Page Problem

Refresh Page Problem

Scheduled Pinned Locked Moved ASP.NET
helptutorial
6 Posts 6 Posters 1 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.
  • N Offline
    N Offline
    naresh_pandey13
    wrote on last edited by
    #1

    Hi Friends, ;) I want to change text contents of some parts of the HomePage(for example left part and footer) after every 10 seconds.But I dont want to refresh the entire Page.Only the specified portions. Please help me in solving this problem. Thanks a lot naresh This is naresh

    P C A J 4 Replies Last reply
    0
    • N naresh_pandey13

      Hi Friends, ;) I want to change text contents of some parts of the HomePage(for example left part and footer) after every 10 seconds.But I dont want to refresh the entire Page.Only the specified portions. Please help me in solving this problem. Thanks a lot naresh This is naresh

      P Offline
      P Offline
      Phil Hobgen
      wrote on last edited by
      #2

      Hi, You can do this with the html <object> elements. Set the data attribute to the url of an embeded page, set the type attribute to "text/html", and you'll need to set the width and height attributes as well. Then the embeded page(s) can use meta refresh without affecting the whole page. Cheers Phil Hobgen barbari.co.uk Southampton, UK

      J 1 Reply Last reply
      0
      • N naresh_pandey13

        Hi Friends, ;) I want to change text contents of some parts of the HomePage(for example left part and footer) after every 10 seconds.But I dont want to refresh the entire Page.Only the specified portions. Please help me in solving this problem. Thanks a lot naresh This is naresh

        C Offline
        C Offline
        codeajay
        wrote on last edited by
        #3

        try googling with "XMLHTTP". More specific "Microsoft.XMLHTTP". Hope this can help you.

        1 Reply Last reply
        0
        • P Phil Hobgen

          Hi, You can do this with the html <object> elements. Set the data attribute to the url of an embeded page, set the type attribute to "text/html", and you'll need to set the width and height attributes as well. Then the embeded page(s) can use meta refresh without affecting the whole page. Cheers Phil Hobgen barbari.co.uk Southampton, UK

          J Offline
          J Offline
          Jesse Squire
          wrote on last edited by
          #4

          Clever! I'm going to have to remember that one. 5! :) --Jesse

          1 Reply Last reply
          0
          • N naresh_pandey13

            Hi Friends, ;) I want to change text contents of some parts of the HomePage(for example left part and footer) after every 10 seconds.But I dont want to refresh the entire Page.Only the specified portions. Please help me in solving this problem. Thanks a lot naresh This is naresh

            A Offline
            A Offline
            Arvind B
            wrote on last edited by
            #5

            Hi naresh U can use hidden iframe on home page which should be a page on same domain and it should fetch data every n seconds by using javascript timer functions and changes portions of home page e.g. in iframe ... window.parent.document.getElementById("whatever").innerText=yourValue; hope this helps

            1 Reply Last reply
            0
            • N naresh_pandey13

              Hi Friends, ;) I want to change text contents of some parts of the HomePage(for example left part and footer) after every 10 seconds.But I dont want to refresh the entire Page.Only the specified portions. Please help me in solving this problem. Thanks a lot naresh This is naresh

              J Offline
              J Offline
              Jim_China
              wrote on last edited by
              #6

              use XMLHTTP

              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