Subscribe to this Blog

Subscribe to this Blog

AJAX - Stephen Walther on ASP.NET MVC

Browse by Tags

All Tags » AJAX (RSS)

Back from Tech-Ed EMEA by swalther

I just flew back from Barcelona where I gave three talks last week at Tech-Ed EMEA. Lots of excitement, and great feedback, on all of the new Ajax features being added to the ASP.NET framework. I've included the Power Points and demo code from my presentations...
Filed under: , ,

jQuery in ASP.NET Talk at PDC by swalther

Mark your calendars and come to my jQuery in ASP.NET talk at PDC. It looks like my talk is scheduled for Tuesday (10/28/2008) at 5:15pm. You can still register for the PDC here: http://www.microsoftpdc.com/ I'm really excited about the new possibilities...

ASP.NET MVC Tip #45 – Use Client View Data by swalther

In this tip, I explore one approach to building Ajax applications with ASP.NET MVC. I show how you can use view data when building Ajax applications with ASP.NET MVC in the same way as you would use view data when building server-side application. I demonstrate...

ASP.NET MVC Application Building: Forums #6 – Ajax by swalther

In this series of blog entries, I build an entire MVC Forums application from start to finish. In this entry, I create the user interface for the Forums application by taking advantage of ASP.NET AJAX client templates. I build the entire user interface...

ASP.NET MVC Tip #37 – Create an Auto-Complete Text Field by swalther

In this tip, Stephen Walther demonstrates how you can create an auto-complete text field in an MVC view by taking advantage of the Ajax Control Toolkit. He explains how you can create a custom Ajax Helper that renders the necessary JavaScript. In the...
Filed under: , , ,

Talks: Pure AJAX Talk from ASP.NET Connections Orlando by swalther

Thank you everyone who came to my Building "Pure" Ajax Applications talk in Orlando! Here are the performance results recorded during the talk:...
Filed under: ,

Using ASP.NET AJAX with ASP.NET MVC by swalther

Yes, you can use ASP.NET AJAX with ASP.NET MVC. Several people have asked me recently how you can use ASP.NET AJAX in an ASP.NET MVC view. In this blog entry, I’m going to explain the problem and the solution....
Filed under: ,

ASP.NET AJAX In-Depth: Application Events by swalther

The goal of this blog entry is simple: I want to understand everything about ASP.NET AJAX Application events. I want to know how application events work under the covers by performing a close examination of the Microsoft AJAX Library source code for the Application object....
Filed under:

ASP.NET AJAX In-Depth: Object Inheritance by swalther

The goal of the blog entry is simple: I want to understand everything happening under the covers when you take advantage of ASP.NET AJAX inheritance....
Filed under: ,

Two Methods of Creating JavaScript Objects: Prototype Inheritance and the Xerox Method by swalther

In this blog entry, I examine different methods of building new JavaScript objects from existing JavaScript objects. For lack of better names, I’m calling the first method the Prototype Inheritance method and the second method the Xerox method. The goal of this blog entry is discuss the relative strengths and weaknesses of the two methods. At the very end of this entry, I briefly examine the approach taken by the ASP.NET AJAX framework....
Filed under: ,
More Posts Next page »