Page Loads Multiple Times - Solved

Last post 09-07-2009 2:03 AM by SMAS-SMAS. 3 replies.

Sort Posts:

  • Page Loads Multiple Times - Solved

    09-02-2009, 11:30 AM
    • Member
      32 point Member
    • David55
    • Member since 04-22-2008, 7:20 PM
    • Posts 131

    I've seen a lot of posts about this multiple post-back issue, and I wanted to pass along how I was finally able to solve this annoying problem. To do so, I'll have to admit to using some sloppy client side coding, but I'll bare my sloppiness for the benefit of others.

    What finally resolved the multiple postbacks for me was settling on a single technique for decorating html elements. I had some div and table elements that contained both html attributes along with some in-line styles, and for each instance where this occurred in the web page, I got an additional postback. When I finally made all decorations CSS, whether inline or via a class attribute, the problem disappeared completely.

    That's the whole story.

    If anyone would like to comment on _why_ this occurred, I'd enjoy the discussion.

    David   

  • Re: Page Loads Multiple Times - Solved

    09-03-2009, 4:28 AM
    • Participant
      1,897 point Participant
    • SMAS-SMAS
    • Member since 11-09-2008, 10:22 AM
    • Abudhabi, United Arab Emirates
    • Posts 461

     good technique. Need to test.

  • Re: Page Loads Multiple Times - Solved

    09-07-2009, 1:33 AM

    Thanks for you sharing.

    Could you like to share your code for us?

    Thanks.

    Hong-Gang Chen
    Microsoft Online Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Re: Page Loads Multiple Times - Solved

    09-07-2009, 2:03 AM
    • Participant
      1,897 point Participant
    • SMAS-SMAS
    • Member since 11-09-2008, 10:22 AM
    • Abudhabi, United Arab Emirates
    • Posts 461

     Can you please share your code or please create a small application for sharing us. Thanks

Page 1 of 1 (4 items)