Many developers of AGS for. NET are concerned about whether the ADF for. Net 9.2 supports Asp.net Ajax 1.0. First, let's look at the official suggestions:
Http://support.esri.com/index.cfm? Fa = KnowledgeBase. techarticles. articleshow & D = 33689
1. Are the Web ADF 9.2 controls Ajax enabled?
-Yes.
2. Do they use the same framework as Microsoft Ajax 1.0?
-No. The web ADF 9.2 controls use the Microsoft ASP. NET 2.0 callback framework. Microsoft Ajax 1.0 uses a partial PostBack framework.
3. Can web ADF 9.2 be used with Microsoft Ajax 1.0?
-Yes and no.
Yes: Ajax 1.0 and web ADF 9.2 controls can be used in the same web application.
No: Web ADF 9.2 controls were not designed to be used within Ajax 1.0 controls, such as an updatepanel. web ADF 9.2 controls were not designed to utilize the partial PostBack framework. thus, explicit use of web ADF 9.2 controls with Microsoft Ajax 1.0 controls and technology is not supported.
4. Do I need Microsoft Ajax 1.0 controls to take advantage of Ajax functionality in a 9.2 web ADF application?
-No. the Web ADF already utilizes Ajax technology provided by the Microsoft ASP. NET 2.0 callback framework. microsoft Ajax 1.0 provides the architecture to support controls that were not explicitly designed for Ajax. since Web ADF 9.2 controls already support Ajax, they do not need Microsoft Ajax 1.0 to operate asynchronously. for example, a map control does not need to be placed inside of an updatepanel because Ajax support for the map control is already provided. in fact, the map control can even be viewed as an updatepanel itself.
5. Which Web controls shocould I use with Microsoft Ajax 1.0?
-In general, any web control that 1) does not provide its own Ajax implementation or 2) explicitly supports Microsoft Ajax 1.0. The web ADF 9.2 controls do not fit either of these requirements.
My experience is: 1. the callback framework is used by the ADF program, and the ASP. Net control outside the ADF control uses the Asp.net Ajax library. 2. Use callback framework.