Is AJAX UpdatePanel safe to use.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike

    #1

    Is AJAX UpdatePanel safe to use.

    We are about to use AJAX in our project. But before that we want to know any
    limitation or disadvantage of using it.
    Please give me some suggestions.

    Thanks, Mike


  • Nathan Sokalski

    #2
    Re: Is AJAX UpdatePanel safe to use.

    To the best of my knowledge, there are no real limitations or disadvantages
    of it. As we all know, there is no such thing as a control that has
    absolutely no bugs or catches at all, but I have been using the UpdatePanel
    pretty much since it was released, and so far I haven't come across anything
    that caused any real problems that couldn't be easily fixed.
    --
    Nathan Sokalski
    njsokalski@hotm ail.com
    有声小说网为广大读者提供热门小说在线免费阅读,本站收集的网络文学小说情节跌宕起伏,有声小说网是值得书友们收藏的小说在线阅读网。


    "Mike" <Mike@nospaml.c omwrote in message
    news:OY%23JauxK JHA.5232@TK2MSF TNGP05.phx.gbl. ..
    We are about to use AJAX in our project. But before that we want to know
    any limitation or disadvantage of using it.
    Please give me some suggestions.
    >
    Thanks, Mike
    >
    >

    Comment

    • Ben Amada

      #3
      Re: Is AJAX UpdatePanel safe to use.

      Mike wrote:
      We are about to use AJAX in our project. But before that we want to know
      any limitation or disadvantage of using it. Please give me some
      suggestions.
      If performance is important to your project, I'd avoid the UpdatePanel. A
      better approach is making web service or page method calls.

      UpdatePanel Tips and Tricks
      http://msdn.microsoft.com/en-us/magazine/cc163413.aspx

      --
      Ben


      Comment

      Working...