Contents tagged with microsoft ajax library
-
ASP.NET Podcast Show #83 - Writing a Custom AJAX Extender
This videocast will create a very basic extender control from scratch but will leave you with enough of the basics to fashion your own complex custom extender controls. Enjoy.
-
ASP.NET Podcast Show #79 - Microsoft AJAX UpdatePanel and Clientside Page LifeCycle Video
-
"Beginning ASP.NET 2.0 AJAX" - Status Update
I've been pretty much underground for the past few weeks. I've not blogged or podcasted for a while. I've put a lot of time into my chapters on our upcoming book: "Beginning ASP.NET 2.0 AJAX." I am glad to say that as of about 12:30 pm local time, I shipped off my first draft of the UpdatePanel chapter. This is the last chapter that I have to do for the printed book. I'll be working on some downloadable content, but that is relatively small and for later on.
-
Chattanooga, TN on November 14, 2006 - .NET User Group talking about Microsoft AJAX
I'll be in Chattanooga, TN on November 14, 2006 talking about Microsoft AJAX. If you are in the area, plan to attend.
-
UpdatePanel Data Transfer and the beginRequest and endRequest client side page life cycle events - Microsoft AJAX Library and ASP.NET 2.0 AJAX Extensions
Cross posted from: http://morewally.com/cs/blogs/wallym/archive/2006/11/01/470.aspx
-
Client side Page Lifecycle with the UpdatePanel - Microsoft AJAX Library and ASP.NET 2.0 AJAX Extensions
For More Info: http://ajax.asp.net/docs/tutorials/usingMsAjaxLibrary/default.aspx.
-
Getting data from a web service with Microsoft AJAX Library October Release using the Core bits - Microsoft AJAX Library and ASP.NET 2.0 AJAX Extensions
I've been work with getting data back from a web service with the October Release and using the Core Bits. If I try and return a datatable, I have been getting an error. I did some checking and I found that the datatable serializer is in the CTP dll, so this has been a frustrating situation. I did some reading and some additional checking and it looks like the only way to return data from a web service through a web service is by creating a strongly typed set of objects. I've been creating a Generic List<T> and then calling a .ToArray() when I return the data. if you have some additional suggestions, feel free to add them as a comment in this message.