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. Timer Problem

Timer Problem

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netquestion
4 Posts 4 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.
  • U Offline
    U Offline
    User 4645177
    wrote on last edited by
    #1

    Hi All... Can any body say how can we ajaxify the exsiting ASP.Net Site using vb? We need a timer that ticks for every second....but the page is flickering for every second(i put timer interval as 1000ms)... Can any body help us out plllllzzz...... Thanks in advance Regards Nanda Abhishek

    M N C 3 Replies Last reply
    0
    • U User 4645177

      Hi All... Can any body say how can we ajaxify the exsiting ASP.Net Site using vb? We need a timer that ticks for every second....but the page is flickering for every second(i put timer interval as 1000ms)... Can any body help us out plllllzzz...... Thanks in advance Regards Nanda Abhishek

      M Offline
      M Offline
      Michael Sync
      wrote on last edited by
      #2

      Continues from this post[^] ~ How did you use the UpdatePanel? You should not put the whole body into the UpdatePanel. Take a lot this link[^] According this example, the label should be placed in UpdatePanel. If you have some more controls in that page, you shouldn't put all of them in UpdatePanel.

      Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

      1 Reply Last reply
      0
      • U User 4645177

        Hi All... Can any body say how can we ajaxify the exsiting ASP.Net Site using vb? We need a timer that ticks for every second....but the page is flickering for every second(i put timer interval as 1000ms)... Can any body help us out plllllzzz...... Thanks in advance Regards Nanda Abhishek

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        Member 4648491 wrote:

        Can any body say how can we ajaxify the exsiting ASP.Net Site

        AJAX is just javascript. If you are talking about MS Ajax toolkit, you need to make lot of changes in web.config file. Easy way would be creating a new AJAX enabled website and copying the web.config entries to your current web.config.

        All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

        1 Reply Last reply
        0
        • U User 4645177

          Hi All... Can any body say how can we ajaxify the exsiting ASP.Net Site using vb? We need a timer that ticks for every second....but the page is flickering for every second(i put timer interval as 1000ms)... Can any body help us out plllllzzz...... Thanks in advance Regards Nanda Abhishek

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          Don't ask the same things over and over. The question made no sense when you first asked it, and it still doesn't. A timer is javascript, it doesn't need ajax. The page will not flicker if you use AJAX. Try sticking to one thread, and explaining yourself.

          Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

          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