protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
- Sep 14 Sun 2014 19:27
滑鼠在表格上移動,產生類似光棒的效果
- Sep 14 Sun 2014 19:10
利用button的OnClientClick的屬性,為刪除按鈕,增加一個確認視窗
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
- Sep 14 Sun 2014 18:28
利用gridview RowCreated 事件,新增一個動態編輯按鈕(置入placeHolder)
using System;
using System.Collections.Generic;
- Sep 14 Sun 2014 17:18
動態更改gridview表格寬度,並以percet的方式來呈現
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
- Sep 14 Sun 2014 15:47
撰寫後端程式,來判斷性別,並以radioButtonList控制項來顯示,並以session儲存dataset。
- Sep 13 Sat 2014 16:11
利用dataset來新增資料,並綁定dropdownlist數據
- Sep 10 Wed 2014 22:08
利用NPOI插件,將EXCEL檔案匯入,並以GRIDVIEW表格呈現
using System;
using System.Collections.Generic;
- Sep 10 Wed 2014 14:34
利用NPOI插件,將Excel格子加上底色及花紋
using System;
using System.Text;
- Sep 10 Wed 2014 10:24
利用NPOI插件,將從資料庫所撈出的資料,匯出成Excel檔案
protected void Button3_Click(object sender, EventArgs e)
{
- Sep 10 Wed 2014 08:03
利用NPOI插件順利匯出Excel表,並填入資料
using System;
using System.Collections.Generic;