SgDotNet
Singapore Professional .NET User Group -For Cool Developers

AsyncPostBack Slow In UpdatePanel

rated by 0 users
This post has 4 Replies | 2 Followers

Top 50 Contributor
Posts 67
eric_tcp Posted: 01-25-2008 5:52 PM

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?

Top 10 Contributor
Posts 2,284
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

Top 50 Contributor
Posts 67

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 ?

Top 25 Contributor
Posts 184
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

Top 10 Contributor
Posts 2,284

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