摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<%@PageLanguage="C#"AutoEventWireup="true"CodeBehind="WebForm1.aspx.cs"Inherits="ClassifyInfo.We... 阅读全文
posted @ 2010-06-17 21:29 唔愛吃蘋果 阅读(2804) 评论(0) 推荐(0) 编辑
摘要: 第一种,把Array数组绑到dropdownlist程序代码 string[] Month =new string[7]{ "January", "February", "March", "April", "May", "June", "July" }; this.DropDownList1.DataSource = Month; this.DropDownList1.DataBind();第一种... 阅读全文
posted @ 2010-06-17 13:16 唔愛吃蘋果 阅读(761) 评论(0) 推荐(0) 编辑