Simple Image Slide Show C# edition _爱资料
主页 > 编程资料 > C# >
发布时间:2015-09-26 作者:网络 阅读:202次
Simple Image Slide Show C# edition

By Hehong Yang(杨贺宏)

In Scott Mitchell’s article, he create a simple image slide show using asp.net with vb.net. Now I rewrite it in C#. I create a sub directory Photos to store the image files. And instead of using DataList control, I used DropDownList control to list all image files. I use it in my personal web site, so you can view a live demo there( http://www17.brinkster.com/flycrane/Album/default.aspx ).

Soure code: Default.aspx

<%@ Page Language="C#" %>

<%@ import Namespace="System.IO" %>







Flycrane's Personal Web Site











































You are viewing:










Previous

 Next



Select one photo:











关键字词: