SgDotNet
Singapore Professional .NET User Group -For Cool Developers

AsyncPostBack Slow In UpdatePanel

Latest post 01-30-2008 12:19 AM by icelava. 4 replies.
  • 01-25-2008 5:52 PM

    AsyncPostBack Slow In UpdatePanel

    I have a datalist which contains image buttons inside the updatepanel.

    This page actually work this way, user click on the image buttons and the image of the button will chage accordding to some logic.

    My problem is it work pefectly in my local host, but when deploy to the server and access thru internet, it take me more than 3 seconds to show the result i want to see.

    Anyone can advice?

  • 01-29-2008 10:17 AM In reply to

    Re: AsyncPostBack Slow In UpdatePanel

    Does that mean if you do not use the UpdatePanel and AJAX, full postbacks are much faster?

    The melody of logic will always play out the truth. ~ Narumi Ayumu, Spiral

  • 01-29-2008 10:21 AM In reply to

    Re: AsyncPostBack Slow In UpdatePanel

    No, I just like to find out the reason why it is slow comparing to those pages which contain only image buttons in the updatepanel.

    Is it because of the datalist ?

  • 01-29-2008 4:42 PM In reply to

    • cruizer
    • Top 50 Contributor
    • Joined on 07-25-2007
    • Singapore
    • Posts 144

    Re: AsyncPostBack Slow In UpdatePanel

    hmm maybe you can install a tool like Fiddler and find out what's seeping into the network link. most likely it's transmitting lots of stuff (viewstate) to the server, hence the slowww perf.
    http://devpinoy.org/blogs/cruizer
  • 01-30-2008 12:19 AM In reply to

    Re: AsyncPostBack Slow In UpdatePanel

    eric_tcp:
    No, I just like to find out the reason why it is slow comparing to those pages which contain only image buttons in the updatepanel.

    I don't think you understood my question. If you remove the UpdatePanel and use plain old postback, does it suddenly become fast?

    The melody of logic will always play out the truth. ~ Narumi Ayumu, Spiral

Page 1 of 1 (5 items) | RSS
Copyright SgDotNet 2004-2008
Powered by Community Server (Commercial Edition), by Telligent Systems