Browse by Tags
All Tags »
AJAX (
RSS)
Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2009/04/28/asp-net-podcast-show-140-asp-net-4-0-ajax-databinding.aspx Subscribe to Everything . Subscribe to WMV . Subscribe to M4V . Subscribe to MP3 . Download WMV . Download...
One of the interesting new objects in ASP.NET 4.0 AJAX is the DataView. its a client side object which is associated with a display tag of some type. In my examples, I've been using a table. I assume it could be anything. One of the features of the DataView...
As I was doing my talk on Saturday at the Atlanta Code Camp on data binding at the Atlanta Code Camp, there was a question about the DOM being updated. The question arose wondering if the DOM itself was really being updated. Thanks to Paul Lockwood, he...
I tried writing some code to send a direct message using the Twitter API. It was a FAIL. I did some searching in google, and found this method below listed in a google group. I didn't write it, but it works, so enjoy. I plugged the method into my WCF...
When I first worked with the original ASP.NET 2.0 AJAX, some folks told me that it only worked with IE, which was wrong then. I decided to take a look at ASP.NET 4.0 Preview 4 in Chrome and Firefox. I looked at my an example dataview i'm working with...
I needed to call the Twitter API and get a list of friends. I thought I could do something similar to getting a list of posts, but alas, I had some stupid error in my linq to xml code. I futzed around with it for days to no avail. Finally, I decided it...
With the ASP.NET 4.0 AJAX previews, there is the concept of a pseudo column. This is similar in concept to Oracle's rownum and rowid columns that are returned in a query. The two columns that ASP.NET 4.0 AJAX when doing databinding are $index and $dataItem...
I downloaded and setup the javascript files for ASP.NET 4.0 AJAX Preview Release 4. This release was put up last Thursday night / Friday morning. Since I had a talk on Saturday at the Atlanta Code Camp on this subject, I decided to take the plunge and...
My eBook ASP.NET 3.5 Service Pack 1 Wrox Blox is now for sale. Please buy 3 or 4 copies for the ones you love. Seriously, there is a lot of good solid material on the new features, especially AJAX History, Routing, and other new features. Please check...
Subscribe to Everything . Subscribe to WMV format . Subscribe to M4V for iPod Users . Subscribe to MP3 (Audio only) . Download WMV . Download M4V for iPod Users. Download MP3 (Audio Only). Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast...
More Posts
Next page »