接到上面的order, 将DataGrid改写成表头固定, 而要带scroll bar滚动记录. 看了felix兄的文章 Fixed Header Scrollable DataGrid contr
Control Study -> Asp.net几个较复杂的显示数据控件(Repeater/DataList/DataGrid)用法 (示例代码下载) Control St
(一). Asp.net Repeater控件 1. 示例图片 2. 用法代码下载 (二). Asp.net Data
唉,现在才发现,原来在ASP.NET中IsPostBack属性是多么的重要...... 一般是在page_load中检查是否是第一次加载本页或是判断是否是用户提交(PostBack) if (!IsP
唉,现在才发现,原来在ASP.NET中IsPostBack属性是多么的重要...... 一般是在page_load中检查是否是第一次加载本页或是判断是否是用户提交(PostBack) if (!IsP
Overview of the DataList and DataGrid Controls The DataList and DataGrid controls share many of th
客户要一个有滚动条的ASP.Net DataGrid控件,只好写了: using System; using System.Web.UI; using System.Web.UI.WebC
By: Date: February 22, 2003 The inbuilt paging mechanism of the ASP.Net datagrid contr
Date: June 14, 2003 Download the code. Printer Friendly Version <!DOCTYPE HTML PUBLIC "-/
The Repeater control is a lightweight control but has many uses and has become a favorite of mine. M