Browse by Tags

All Tags » AJAX (RSS)

Getting Started with the AjaxDataControls in Visual Studio 2005 by Jason N. Gaylord

Sonu Kapoor just posted about getting started with the AjaxDataControls in Visual Studio 2005 . The AjaxDataControls can be found on CodePlex at http://www.codeplex.com/AjaxDataControls/ . Included in the controls are a JavaScript version of the Repeater...

AJAX Tip: Don't forget about the Async Web Service Calls! by Jason N. Gaylord

FireFox. Internet Explorer 8. Both have great JavaScript debugging tools. Thanks to those tools, I only spent 5 minutes on an issue that could have taken hours to figure out. It was one of those moments when you know its something simple but you can't...

A circular reference was detected while serializing an object of type 'XXX' by Jason N. Gaylord

I ran into an issue earlier when trying to return an entity class through a web service for use in an AJAX page. After some quick research, I came across a post by Darren Neimke that referenced Rick Strahl's post about LINQ to SQL and Serialization ....
Filed under: , ,

Need "Out of the Box" AJAX Functionality for Your Data Controls? by Jason N. Gaylord

I've been using the Ajax Data Controls (ADC) for 9 months. I recently joined their development team to convert the controls to VS 2008/.NET 3.5. It's a really cool control set that uses AJAX for the complete data transaction. The documentation is pretty...
Filed under: , ,

AjaxDataControls DLL for ASP.NET 3.5 by Jason N. Gaylord

The AjaxDataControls that have been developed by the DotNetSlackers team have been out for some time now. They were originally developed using the AJAX 1.0 libraries (pre 3.5 days). I've recently encountered some issues where they don't seem to be playing...
Filed under: , ,

Need To Set Bounds for onscroll to Work by Jason N. Gaylord

Sonu Kapoor over at DotNetSlackers.com has, not only a great site, but also some great AJAX controls. He's always looking to improve his controls and today he stumbled across something. He was working on a prototype where he had a div nested inside of...
Filed under: , ,

Mario Brothers in JavaScript by Jason N. Gaylord

I came across this post and found it to be an interesting implementation of Mario. The game is written in 14kb of JavaScript. Check it out at http://blog.nihilogic.dk/2008/04/super-mario-in-14kb-javascript.html .
Filed under: , ,

Enumerating JavaScript Object Properties by Jason N. Gaylord

I am building a few controls that use client-side script for reuse in the one web app I'm working on. I needed a way to enumerate the property names and values of an object in JavaScript so I knew which properties I had access to. Here's a JavaScript...
Filed under: ,

Using Animations with the PopupControlExtender by Jason N. Gaylord

I was looking for a solution to provide a "fly-in" form when a user would click on a particular button. I found it with the PopupControlExtender. The documentation for Animations with controls is poor so with some testing, I finally got a solution working...
Filed under:

AJAX Indicators and Progress Icons by Jason N. Gaylord

Awhile back, Scott Guthrie had posted a blog entry about various progress icons and indicators. Here is the list that he posted: http://www.napyfab.com/ajax-indicators/ http://www.ajaxload.info/ http://mentalized.net/activity-indicators/ Does anyone know...
Filed under:
More Posts Next page »