摘要:
protected void GridView1_RowCreated(object sender, GridViewRowEventArgs e) { // 檢查是不是標題列 if (e.Row.RowType == DataControlRowType.Header) { // 建立自訂的標題 GridView gv = (GridView... 阅读全文
posted @ 2009-04-01 10:54
情感星
阅读(296)
评论(0)
推荐(0)
浙公网安备 33010602011771号