Content

AJAX Category

Emulating Digg Spy using AJAX.NET

9 Feb

+ 0

In my latest project, I need to build a lead system for our sales people. It will work very similarly to the digg.com/spy application, so I took advantage of their model in order to learn AJAX.NET.

I decided to go with AJAX.NET, rather than the new Anthem, just to get my feet wet. I will make it work in Anthem next.

This is what my example will look like:

Beforesubmit
and after you click the button:

Aftersubmit
Using AJAX, it went and grabbed a new item, and inserted it to the top row, and removed the bottom row. Digg’s Spy is obviously nicer, but it does essentially the same thing.

  Leave Comment, 0 Comments