摘要: ASPxTreeList及ASPxGridView使用 一. 数据绑定 ASPxTreeList和他数据绑定一样,可用各种类型的数据源。但因为要显示树形结构, 所以除了DataSourceID必须进行设置以外,还得必须设置KeyFieldName与ParentFieldName(ASPxGridView只需指定KeyFieldName),KeyFieldName与ParentFieldName就是主、子的关系,用于创建树形结构。 例如: AspxTreeList配置: <dx:ASPxTreeList ID="treeList" DataSourceID=" 阅读全文
posted @ 2012-05-29 21:27 wander.chu 阅读(1523) 评论(0) 推荐(1)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;using System.Runtime.Serialization;using System.Runtime.Serialization.Formatters.Binary;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;using System.Web.UI.WebControls;usin 阅读全文
posted @ 2012-05-29 21:20 wander.chu 阅读(452) 评论(1) 推荐(0)