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:
本文地址:http://com.8s8s.com/it/it44045.htm