2007年1月19日

ASP.NET - The Hashtable Object

摘要: The Hashtable//散列表 object//对像 contains items in key/value pairs//对. Examples Example 1 - Hashtable RadioButtonList//单选按钮列表 ASPX Source: Output Result: ... 阅读全文

posted @ 2007-01-19 17:13 改变热爱 阅读(222) 评论(0) 推荐(0)

ASP.NET - The ArrayList Object

摘要: The ArrayList object is a collection of items containing a single data value. Examples Example 1 - ArrayList RadioButtonList ASPX Source: Output Result: ... 阅读全文

posted @ 2007-01-19 16:41 改变热爱 阅读(247) 评论(0) 推荐(0)

ASP.NET - Data Binding

摘要: We may use data binding to fill//填充 lists with selectable items from an imported//输入 data source, like a database, an XML file, or a script//脚本. Data Binding//绑定 The following controls are list contr... 阅读全文

posted @ 2007-01-19 16:33 改变热爱 阅读(164) 评论(0) 推荐(0)

导航