Click here to Skip to main content
15,885,059 members
Articles / Web Development / ASP.NET

ASP.NET Slideshow Control with jQuery and XML

Rate me:
Please Sign up or sign in to vote.
4.76/5 (21 votes)
11 Nov 2009CPOL6 min read 130.6K   4.1K   60  
An article on how to create an ASP.NET slideshow control using jQuery and XML.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class NewFolder1_Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {

    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I have over 10 years of experience working with Microsoft technologies. I have earned my Microsoft Certified Technology Specialist (MCTS) certification. I'm a highly motivated self-starter with an aptitude for learning new skills quickly.

Comments and Discussions