CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2009
    Posts
    8

    Thumbs down Page auto refeesh without blink

    i want page is using auto referesh but it should not blink ,the user doesnt know the page load,pls send the source code for it.urgent,pls reply.

    adv in thx

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Page auto refeesh without blink

    You want page to auto-refresh, yet the user should not see a refresh happening. Use AJAX.

    We don't send source code anywhere, we just post it here only when it is necessary.

  3. #3
    Join Date
    Sep 2008
    Location
    Netherlands
    Posts
    865

    Re: Page auto refeesh without blink

    You can use an update panel and timer.

  4. #4
    Join Date
    Mar 2009
    Posts
    8

    Re: Page auto refeesh without blink

    i am working with asp.net,where i wil get the update panel for ajax,pls send the details.
    thanks in adv

  5. #5
    Join Date
    Sep 2008
    Location
    Netherlands
    Posts
    865

    Re: Page auto refeesh without blink

    Assuming you use Visual Studio, in VS2008, open te toolbox -> AJAX extension -> UpdatePanel

    This needs .Net 3.5


    take a look here
    http://www.codegod.de/WebAppCodeGod/...AX-AID281.aspx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured