Contents tagged with ajax
-
Video: Silverlight & Twitter
In my latest video, I demonstrate how to create a Silverlight application that displays Twitter messages from various Twitter users. You will learn how to make calls to an open source Twitter API via AJAX Page Methods, and display the results with faded text effects.
-
Video: Interactive Silverlight Using Ajax
Need dynamic data in your Silverlight application? Want to create a nice interactive experience for users of your site? In my latest video, I demonstrate how to generate XAML dynamically on the server based on user input - and serving that content through AJAX via Page Methods.
-
ASP.NET AJAX Class in Dallas, Texas
I am returning to Phoenix today after teaching ASP.NET AJAX in Dallas, Texas. Thanks to everyone who attended the class!
-
HttpRequest Using IsAjax & IsJson Extension Methods
Although the ScriptManager has a property named IsInAsyncPostBack to determine an AJAX call, the control is scoped to the page it is contained in. If writing code in a custom HTTP module, what if I need to know in the BeginRequest event whether the current request is AJAX or JSON?
-
Where is AJAX Enabled Web Site in Visual Studio 2008?
On a recent post regarding the installation of Visual Studio 2008, a question was raised about a missing web site option:
-
AJAX Without ASP.NET AJAX
On day nine of my "post a blog every day in July" mission, I want to share how to get AJAX behavior in ASP.NET without using AJAX Extensions 1.0. Keep in mind, I prefer to use AJAX Extensions! This blog is for those out there that need a sprinkle of AJAX on their site, but are not allowed (for whatever reason) to install AJAX Extensions.
-
Accessing Server Controls From Client Script
In our AJAX QuickBuild event yesterday, Simon Allardice demonstrated for everyone how to access the value of a server control from client-side script. Let me share with you his tip/trick. It is quite simple. Here is the markup of a content page - notice the script tag:
-
QuickBuild Event: Accelerated ASP.NET AJAX
Today is another instance of our highly successful "QuickBuild" event in Phoenix, AZ. A QuickBuild is a one day, intensive look at a given technology. At the end of the day, each attendee receives a DVD with videos and all the source code for each demo (and then some). We have sold out every time we offer one.
-
ASP.NET AJAX Training Video Released!
Available for purchase (just $99 + $3 shipping) from Interface Technical Training is Building Web Applications with Microsoft ASP.NET AJAX.
-
Cheat At ASP.NET AJAX
Thanks to Milan Nogovan from ASP.NET Resources, we can now cheat at ASP.NET AJAX.