Avoid Using Updatepanel

Posted on December 20, 2009. Filed under: ASP.net, Ajax, JavaScript | Tags: , , , , , |

Updatepanel is part of AJAX Extension 1.0 and later provided by Microsoft. Update panel is used to hide page refresh using some standard mechanism. But What about speed? In my experience updatepanel is the best solution if your page does not contain large number of components. And make sure controls you used is supported by updatepanel. Because controls like GridView,Treeview and more , are not supported by updatepanel. So you can expect behaviours change if you put it inside updatepanel.

I have recently trusted on updatepanel and used in my page where speed is the primary concern and that page was almost dead. So avoid using updatepanel where speed is primary requirement.

I have used Prototype AJAX in my application. It’s faster and better. Give it a try.  I tried to use jQuery AJAX but it has not that much support for ASP.net 2.0, its very good if you working on ASP.net 3.0 or ASP.net 3.5 version of .net.

So the conclusion is , avoid using updatepanel to get better speed , insted you can use Prototype or jQuery AJAX to get the best speed and performance of your application.  Googling around the web and you will get many working example of protory and jquery.


Read Full Post | Make a Comment ( None so far )

Recently on Hiteshagja's Blog...

MySQL With .Net 2.0/3.0/3.5

Posted on September 19, 2009. Filed under: .net, ASP.net, General, Visual Studio | Tags: , , , |

Enable Disable Controls During AJAX Postback

Posted on August 23, 2009. Filed under: .net, ASP.net, Ajax, JavaScript | Tags: , , |

Online Money Transfer

Posted on August 10, 2009. Filed under: Uncategorized | Tags: , , |

Read / Receive SMS Using AT Command

Posted on July 15, 2009. Filed under: Mobile Application Development | Tags: , , , |

Send SMS using AT Commands

Posted on July 4, 2009. Filed under: Mobile Application Development | Tags: , |

Google Search Engine Optimization Guidelines and Best Practices

Posted on July 2, 2009. Filed under: SEO | Tags: , , , |

How to Improve slow running query performance using an Index ?

Posted on June 24, 2009. Filed under: SQL Server | Tags: , |

Six Useful tips To Earn Money With Google Adsense

Posted on June 6, 2009. Filed under: General |

Right Keywords Selection for SEO

Posted on June 3, 2009. Filed under: SEO |

SQL server 2005 – Database Publishing Wizard

Posted on June 1, 2009. Filed under: SQL Server |

Liked it here?
Why not try sites on the blogroll...