Results 1 to 2 of 2

Thread: PostBack flicker

  1. #1

    Thread Starter
    Lively Member spdracr's Avatar
    Join Date
    Oct 2003
    Location
    Kansas
    Posts
    115

    PostBack flicker

    Is there a way to stop the flicker on a postback?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    The flicker is the browser showing a whole new web page. When you post back, you are just posting values to the server. The server then runs your code, then renders out new html to the client.

    Some people have luck with this:
    http://www.dotnetjunkies.com/Article...3E3EF850D.dcik
    although, I never had. Weird things happened when I used it, so I no longer use it....

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