I recently learned about ajax.net Ajax. After searching on the internet, I found the blog terrylee's tech space. After reading Ajax content, I was attracted. I personally think this is a good teaching material for beginners of Ajax.
[Ajax ASP. NET Ajax entry series (1): Overview] describes ASP. NET Ajax components.
1. ASP. NET Ajax: This part is ASP. net Ajax core, including the core Ajax type system, network protocol layer (networking stack), component model, extender (Extender) base class, and ASP.. Net integrated server functions (including popular scriptmanager, updatepanel, and timer controls ).
2. ASP. NET Ajax "value-add" CTP: ASP. NET AjaxCommunitySupported "value-added" CTP, including the additional advanced features included in previous Atlas CTP versions, but not fully supported in "core" 1.0. Through further feedback, these will gradually and steadily increase to core 1.0.
3. ASP. NET Ajax Control Toolkit: Contains 28 cool free Ajax controls based on the "core" download version of ASP. NET Ajax 1.0. It is an open-source project developed by Microsoft and non-Microsoft developers.
Note:
After installing ASP.. Net Ajax, open Visual Studio. create a web site in. NET 2005. An ASP. net Ajax-enabled web site, select it directly. the newly created Project is automatically displayed on the web. make relevant configurations in config and ajaxextensiontoolbox. DLL has been added to the vs toolbox and does not need to be manually added.
But about ASP. net Ajax "value-add" CTP and ASP. net Ajax Control Toolkit. I don't know if it is my personal problem. I need to manually add related controls to appear in the toolbar.
ASP. NET Ajax "value-add" ctp dll inC: \ Program Files \ Microsoft ASP. NET \ ASP. NET 2.0 Ajax futures January CTP \ v1.0.61025 \ microsoft. Web. Preview. dll
ASP. NET Ajax Control Toolkit DLL in the corresponding extract directory\ Ajaxcontroltoolkit \ samplewebsite \ bin \ ajaxcontroltoolkit. dll).