資源簡介
GridView 固定表頭,固定列
代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
public?partial?class?Default?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????DataTable?t?=?new?DataTable();
????????t.Columns.Add(“序號(hào)“?typeof(int));
????????t.Columns.Add(“產(chǎn)品“?typeof(string));
????????t.Columns.Add(“單價(jià)“?typeof(decimal));
????????for?(int?i?=?1;?i?<=?30;?i++)
????????????t.Columns.Add(“庫存“?+?i?typeof(int));
????????Random?rnd?=?new?Random();
????????for?(int?i?=?0;?i?80;?i++)
????????{
????????????DataRow?row?=?t.NewRow();
????????????row[“
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1317??2013-11-04?15:37??GridView之固定表頭固定列\(zhòng)Default.aspx
?????文件???????1791??2013-11-04?15:39??GridView之固定表頭固定列\(zhòng)Default.aspx.cs
?????文件??????64767??2009-01-15?10:52??GridView之固定表頭固定列\(zhòng)jquery-1.3.1-vsdoc.js
?????文件?????117446??2009-02-05?09:46??GridView之固定表頭固定列\(zhòng)jquery-1.3.1.js
?????文件???????2680??2009-02-18?00:23??GridView之固定表頭固定列\(zhòng)jquery.superTable.js
?????文件???????3412??2008-07-23?22:34??GridView之固定表頭固定列\(zhòng)superTables.css
?????文件???????9313??2009-02-17?17:59??GridView之固定表頭固定列\(zhòng)superTables.js
?????目錄??????????0??2013-11-04?15:42??GridView之固定表頭固定列
-----------?---------??----------?-----??----
???????????????200726????????????????????8
- 上一篇:根據(jù)進(jìn)程名獲取窗體信息
- 下一篇:C#操作INF文件(讀寫文件)
評(píng)論
共有 條評(píng)論