Dear Telerik Team,
we have been building Complex asp.net web application with heavy standard asp.net controls for years now, we have implemented microsoft standard ajax tool ( manager + update panels) on several of our web applications.
the problem is : it is very very veeeeeeeeery slow specially with complex pages, when we researched the issue on the internet , we found that the update panel of microsoft and script manager is simply stupid. even if you need to refresh a simple combo box based on user changing another combobox, the update panel transfers the total page for processing on the server ( including viewstate), the page itself is processed on the server totally as a complete request and then returned back to the browser as a complete web page.
that means that ajax request using microsoft update panel provides at best the same time of a complete page request.
the microsoft update panel is simply useful to stop browser flickering!!!!
the question is : does the ajax manager provides any advantages over microsoft update panel in the terms of performance, traffic and server load ( it should be as it is configured to select only affected control ??? ) and how does it manage the viewstate between ajax request ????
we have been building Complex asp.net web application with heavy standard asp.net controls for years now, we have implemented microsoft standard ajax tool ( manager + update panels) on several of our web applications.
the problem is : it is very very veeeeeeeeery slow specially with complex pages, when we researched the issue on the internet , we found that the update panel of microsoft and script manager is simply stupid. even if you need to refresh a simple combo box based on user changing another combobox, the update panel transfers the total page for processing on the server ( including viewstate), the page itself is processed on the server totally as a complete request and then returned back to the browser as a complete web page.
that means that ajax request using microsoft update panel provides at best the same time of a complete page request.
the microsoft update panel is simply useful to stop browser flickering!!!!
the question is : does the ajax manager provides any advantages over microsoft update panel in the terms of performance, traffic and server load ( it should be as it is configured to select only affected control ??? ) and how does it manage the viewstate between ajax request ????
