iPhone DZone: Fresh Links On Your iPhone by matt on 7/5/08
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
Use jQuery and ASP.NET AJAX to build a client side Repeater
There was some interesting discussion on Matt Berseth’s blog recently, regarding methods for building and displaying markup on the client side. Though... more »
0 commentsSave Tags: .net, how-to, javascript
3 Mistakes to Avoid When Using jQuery with ASP.NET AJAX
Over the past few weeks, I think I have definitely embodied Jeff Atwood’s claim that we’re all amateurs, learning together. Despite my best efforts to... more »
0 commentsSave Tags: .net, microsoft
Why you should not place your whole site in an UpdatePanel
Perhaps due to its ubiquitous presence in web based email services, implementing asynchronous site navigation is frequently a design requirement when... more »
2 commentsSave Tags: .net, ajax, reviews, web design
Why do ASP.NET AJAX page methods have to be static?
Dozens of variations on the title of this post are some of the most common searches that bring people here to Encosia. Unfortunately, the search... more »
0 commentsSave Tags: .net, ajax, web design
Using jQuery to Consume ASP.NET JSON Web Services
In response to many of the articles here, I receive feedback asking how to achieve the same results without using ASP.NET AJAX. As much as I’m a fan... more »
0 commentsSave Tags: .net, javascript, web services
Why my ASP.NET AJAX forms are never submitted twice
The overzealous double-clickers amongst our users often make it desirable to temporarily disable the controls that trigger server side processing.... more »
0 commentsSave Tags: .net, web design
Boost ASP.NET performance with deferred content loading
When broken down into digestible chunks, the technique is easy to implement and lends your application a level of polish that your users are sure to... more »
0 commentsSave Tags: .net
Seamless inline text editing with ASP.NET AJAX
This is a technique that I really like. It’s excellently suited to intranet sites and administrative interfaces, where your users are typically... more »
0 commentsSave Tags: .net, ajax, web design
Highslide JS .NET Updated (v0.5)
A small update to Highslide JS .NET is available today. Changes include: * Updated embedded Highslide JS version to 3.3.6. * Cleaned up Alt... more »
0 commentsSave Tags: .net, ajax
4 ASP.NET AJAX JavaScript UI methods you should learn
Wrapping up my series on some of ASP.NET AJAX’s less utilized client side functionality, this post will take a closer look at some of ASP.NET AJAX’s... more »
0 commentsSave Tags: .net, frameworks, javascript
Exploring one of MS AJAX’s often overlooked features.
It’s easy to think of the ASP.NET AJAX framework primarily in terms of the server controls it provides. However, make sure that you don’t overlook the... more »
0 commentsSave Tags: .net, ajax, web design
Exploring one of MS AJAX’s often overlooked features
It’s easy to think of the ASP.NET AJAX framework primarily in terms of the server controls it provides. However, make sure that you don’t overlook the... more »
0 commentsSave Tags: .net, ajax, javascript
Are you making these 3 common ASP.NET AJAX mistakes?
An overview of the impact several ASP.NET page life cycle issues have on ASP.NET AJAX development, and how to avoid them.
0 commentsSave Tags: .net, ajax
Easy incremental status updates for long requests
A problem that has always plagued web developers has been providing detailed progress indication for server-side tasks. The stateless nature of the... more »
0 commentsSave Tags: .net, javascript
Robust ASP.NET control referencing in JavaScript
As you may know, ASP.NET controls often render with client-side IDs different than what’s declared in your aspx code. Especially when they’re nested... more »
0 commentsSave Tags: .net, javascript, web design
Easily refresh an UpdatePanel, using JavaScript
I’ve noticed a lot of discussion lately regarding methods to refresh an UpdatePanel via client script. This is very easy on the server side, of... more »
0 commentsSave Tags: javascript