Contents tagged with Atlas
-
"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
-
ComponentArt blogs
The folks over at ComponentArt have started blogging. According to the dates of posts, the blog just went up today. The address for their blog is: http://blogs.componentart.com/. Their first big post seems to be http://blogs.componentart.com/miljan/archive/2006/10/31/ASP.NET-AJAX-Beta-1-and-ComponentArt-Web.UI.aspx where Miljan talks about ASP.NET AJAX Beta 1 and ComponentArt Web.UI. Interesting stuff. I look forward to reading more.
-
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.
-
Component Art releases a new beta of their controls that supports ASP.NET AJAX - Microsoft AJAX Library and ASP.NET 2.0 AJAX Extensions
-
Prefix change (atlas -> asp) - Microsoft AJAX Library and ASP.NET 2.0 Extensions
If you start checking ou the new tags, most of the tags have had their prefix change from atlas: to asp:. I say most because the UpdateProgress has not had its prefix changed.
-
New UI for UpdatePanel Triggers - – Microsoft AJAX Library and ASP.NET 2.0 AJAX Extensions
There is a new trigger UI for the UpdatePanel in Visual Studio .NET.
-
UpdatePanel & Section 508 – Microsoft AJAX Library and ASP.NET 2.0 AJAX Extensions
The new UpdatePanel supports the Section 508 standard. This is a great improvement over the previous CTP. As a result, users that access an ASP.NET application through a screen reader will be able to get the updated sections of page. Previous builds of the UpdatePanel did not work properly with screen readers. While this is a great step forward, this is not the be-all, end-all with regards to accessibility and the UpdatePanel. One question that never seems to be answered is how is a screenreader user notified that something has changed on the screen? How does a user know that a new grid with data in it is being displayed?