2005年11月23日
摘要: 首先外观显示页面代码: 1protected System.Web.UI.WebControls.Image ValidateImage; 2 3 private void Page_Load(object sender, System.EventArgs e) 4 { 5 if(!IsPostBack) 6 { 7 ... 阅读全文
posted @ 2005-11-23 10:30 Gary.han 阅读(638) 评论(1) 推荐(0)