PDA

View Full Version : Simple Question about using AJAX with SQL data


shakyfry
04-13-2008, 08:27 PM
There is a site I found which shows video content stored in SQL.

On this page you have navigation of all the pages of course.

The page shows a limit of 10 videos and near each video you have the option of removing the video from your view by clicking an x image. When you click the x image the video itself is removed permanently from your current page view and the next in line video from SQL pops up at the bottom of the list on the current page. All this is done without a page reload.

I assume this is AJAX or XTML and I hope I am not being too stupid about this.

Anyway, my question is, does anyone know of any tutorials or articles on how to do this as I am anxious to learn how to do this.

Your help is much appreciated.
Thank you