Postback problems - repost

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Postback problems - repost

    Hello All

    Repost as didn't get reply ... is there a simple answer to this? I've tried
    usercontrol and caching sofar to no avail. Is there a way to overcome this
    problem or not? Thanks, Graeme.

    When I run my app in Netscape, controls etc appear to be retained on the
    page during postback sequence so when new info is received after a second or
    two there's just a small flicker, which is quite acceptable. But with IE6,
    when I click the button, page goes blank for a second or two until new info
    received, then displays. This is typical and what I thought I always needed
    to put up with - until I used Netscape!

    My question ... is there any way to tweak IE settings or property (or
    preferably by code) to minimise or eliminate the blanking? Hope this all
    makes sense.

    TIA
    Graeme


    Sabre Guest

  2. Similar Questions and Discussions

    1. problems with postback
      I have a page where search results come up in a dynamically generated table of 15 results per page. Below the table is previous and next buttons...
    2. Datagrid Dynamic Columns Postback and SelectedIndexChanged problems
      All, I have a datagrid that has a few design time columns (two buttons - one for select and one for delete) and the programatically I add...
    3. ASP.NET postback and page load problems - MTU size with ASP.NET
      Hi. We have our old ASP VBScript site and our new ASP.NET 1.1 C# site behind the same firewall with the same firewall rulesets. Both servers...
    4. Repost: Table Problems
      (Re-posting as it got lost in the midst of posts!) Hi all, Can anyone advise me on a quick fix for these table (menu's inside them) issues?...
    5. Re (repost): Is this a bug?
      I forgot to actually use ack vs. each below but either way I get the same behaviour... BTW I am using 1.6.8 on FreeBSD 4.8 Aryeh Friedman wrote:
  3. #2

    Default Re: Postback problems - repost

    You posted this sometime again, and i replied. No there isn't. The only way
    around this is to use smart navigation, which will help but not eliminate
    the flash.

    "Sabre" <maximNOSPAM@wave.co.nz> wrote in message
    news:#v7NBAYSDHA.3192@tk2msftngp13.phx.gbl...
    > Hello All
    >
    > Repost as didn't get reply ... is there a simple answer to this? I've
    tried
    > usercontrol and caching sofar to no avail. Is there a way to overcome this
    > problem or not? Thanks, Graeme.
    >
    > When I run my app in Netscape, controls etc appear to be retained on the
    > page during postback sequence so when new info is received after a second
    or
    > two there's just a small flicker, which is quite acceptable. But with IE6,
    > when I click the button, page goes blank for a second or two until new
    info
    > received, then displays. This is typical and what I thought I always
    needed
    > to put up with - until I used Netscape!
    >
    > My question ... is there any way to tweak IE settings or property (or
    > preferably by code) to minimise or eliminate the blanking? Hope this all
    > makes sense.
    >
    > TIA
    > Graeme
    >
    >

    Alvin Bruney Guest

  4. #3

    Default Re: Postback problems - repost

    Try setting the SmartNavigation attribute to true in the @Page
    directive.Also try not to use viewstate for controls that you don't need
    (e.g. labels, data controls that always get populated from a database etc.)

    HTH.

    "Sabre" <maximNOSPAM@wave.co.nz> wrote in message
    news:%23v7NBAYSDHA.3192@tk2msftngp13.phx.gbl...
    > Hello All
    >
    > Repost as didn't get reply ... is there a simple answer to this? I've
    tried
    > usercontrol and caching sofar to no avail. Is there a way to overcome this
    > problem or not? Thanks, Graeme.
    >
    > When I run my app in Netscape, controls etc appear to be retained on the
    > page during postback sequence so when new info is received after a second
    or
    > two there's just a small flicker, which is quite acceptable. But with IE6,
    > when I click the button, page goes blank for a second or two until new
    info
    > received, then displays. This is typical and what I thought I always
    needed
    > to put up with - until I used Netscape!
    >
    > My question ... is there any way to tweak IE settings or property (or
    > preferably by code) to minimise or eliminate the blanking? Hope this all
    > makes sense.
    >
    > TIA
    > Graeme
    >
    >

    Souri Challa Guest

  5. #4

    Default Re: Postback problems - repost

    Thanks for responses. Gosh, there are some answers to my earlier post! I'd
    been checking continually till a couple of days ago and they just weren't
    there! (and yes, I refreshed Headers too). But there they are now, just fine
    and dandy. I've had this trouble with posts too ... sometimes take DAYS to
    arrive (I live in New Zealand ... it's a long way away from civilisation : )
    .. Thanks again.

    "Sabre" <maximNOSPAM@wave.co.nz> wrote in message
    news:%23v7NBAYSDHA.3192@tk2msftngp13.phx.gbl...
    > Hello All
    >
    > Repost as didn't get reply ... is there a simple answer to this? I've
    tried
    > usercontrol and caching sofar to no avail. Is there a way to overcome this
    > problem or not? Thanks, Graeme.
    >
    > When I run my app in Netscape, controls etc appear to be retained on the
    > page during postback sequence so when new info is received after a second
    or
    > two there's just a small flicker, which is quite acceptable. But with IE6,
    > when I click the button, page goes blank for a second or two until new
    info
    > received, then displays. This is typical and what I thought I always
    needed
    > to put up with - until I used Netscape!
    >
    > My question ... is there any way to tweak IE settings or property (or
    > preferably by code) to minimise or eliminate the blanking? Hope this all
    > makes sense.
    >
    > TIA
    > Graeme
    >
    >

    Sabre Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139