繁体中文
设为首页
加入收藏
当前位置:.Net技术首页 >> Asp.Net开发 >> Simple Image Slide Show C# edition

Simple Image Slide Show C# edition

2007-06-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介: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 direct...

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:

责任编辑:admin
相关文章