摘要: 1using System; 2 3public partial class ImageThumbnail : System.Web.UI.UserControl 4{ 5 public object PhotoID 6 { 7 get 8 { 9 object o = ViewState["PhotoID"]; ... 阅读全文
posted @ 2007-12-14 15:09 子午 阅读(2559) 评论(0) 推荐(0) 编辑