分类:
2007-02-08 15:40:44
Bookmarking these for reference:
(updated – this has been the most popular so far) AJAX.NET Library
(info) http://weblogs.asp.net/mschwarz/archive/2005/04/07/397504.aspx
(latest release as of 7/31/2005) http://weblogs.asp.net/mschwarz/archive/2005/07/23/420286.aspx
(new – 7/6/2005) Another AJAX Library for ASP.NET, this time implemented within the page pipeline so it can provide access to server controls, view state, etc. (unlike the AJAX.NET library above which uses an HttpHandler).
http://jason.diamond.name/weblog/2005/07/06/my-ajax-dot-net-library
(new – 7/26/2005) Discussion of ICallbackEventHandler in ASP.NET 2.0 vs. using the AJAX.NET Library
http://staff.develop.com/ballen/blog/PermaLink.aspx?guid=c35c43f6-5686-40ee-9752-8095a848d821
(new – 7/29/2005) A discussion of some of the different techniques and libraries and their pros and cons.
http://west-wind.com/weblog/posts/2679.aspx
How to create the Google Suggest feature with ASP.NET 2.0
Enhanced Client-Side Script Features in ASP.NET 2.0
http://scottonwriting.net/sowblog/posts/2964.aspx
Script Callbacks in ASP.NET (includes techniques for doing this in ASP.NET 1.1)
Implement Script Callback Framework in ASP.NET 1.x
Remote Scripting (class library & javascript library for working with client script callbacks)
Remote Scriptease (general info about several types of techniques for doing this pre-ASP.NET 2.0)
http://www.aspnetresources.com/blog/remote_javascript.aspx
Fun with callbacks Part 1: What's in the ASP.NET box? (info and samples for using remote callbacks with ASP.NET 2.0)
http://weblogs.asp.net/bleroy/archive/2005/04/08/397761.aspx
Fun with callbacks Part 2: The RefreshPanel (code sample for creating a Panel control with support for client-side refreshing)
http://weblogs.asp.net/bleroy/archive/0001/01/01/400792.aspx
Dynamic Page updates using XMLHTTP (interesting example that uses an ASP.NET web service and SOAP to retrieve the postback data).
Cross Domain XmlHttpRequests (Ajax) (using client-side calls to get data from a different domain in a way that doesn't cause problems in Firefox or IE SP2).
http://www.codebetter.com/blogs/ben.reichelt/archive/2005/04/11/61767.aspx
Ajax Post Request (POSTing data to the server handler rather than sending a GET request)
http://www.codebetter.com/blogs/ben.reichelt/archive/2005/04/22/62301.aspx
AJAX Library for ASP.NET (an HttpHandler and attribute based framework for working with objects and client-side postbacks)
http://mcgiv.com/blog/ajax/
http://mcgiv.com/blog/