校园春色亚洲色图_亚洲视频分类_中文字幕精品一区二区精品_麻豆一区区三区四区产品精品蜜桃

主頁 > 知識庫 > asp.net 數據綁定時對數據列做個性化處理

asp.net 數據綁定時對數據列做個性化處理

熱門標簽:廈門商鋪地圖標注 海外地圖標注門市標 浙江外呼系統怎么安裝 地圖標注多個行程 上海楊浦怎么申請申請400電話 銅川小型外呼系統運營商 山西防封卡電銷卡套餐 陜西人工外呼系統哪家好 云南外呼電銷機器人系統
復制代碼 代碼如下:

protected void dgQuery_ItemDataBound(object sender, DataGridItemEventArgs e)
{
if ((e.Item.ItemType != ListItemType.Header) (e.Item.ItemType != ListItemType.Footer))
{
DataRow drRow = ((DataRowView)e.Item.DataItem).Row;
string commonPartId = drRow["cniBackup1"].ToString();
HyperLink hlTrans = (HyperLink)e.Item.FindControl("hlTrans");
if (hlTrans != null)
{
hlTrans.Text = "--";
hlTrans.NavigateUrl = "javascript:void();";
}

//刪除列
LinkButton btnDelete = (LinkButton)e.Item.FindControl("btnDelete");
//沒有刪除權限且找到控件
if (!bCanDelete btnDelete != null)
{
//查找控件所在Cell列號
for (int i = 0; i e.Item.Cells.Count; i++)
{
if (e.Item.Cells[i].HasControls() e.Item.Cells[i].Controls.IndexOf(btnDelete) > 0)
{
int index = e.Item.Cells[i].Controls.IndexOf(btnDelete);
e.Item.Cells[i].Controls.RemoveAt(index);
Literal tips = new Literal();
tips.Text = "--";
e.Item.Cells[i].Controls.AddAt(index, tips);

//e.Item.Cells[i].Text = "--";
break;
}
}
}
}
}

標簽:常州 西雙版納 孝感 許昌 自貢 朔州 萊蕪 信陽

巨人網絡通訊聲明:本文標題《asp.net 數據綁定時對數據列做個性化處理》,本文關鍵詞  asp.net,數據,綁,定時,對,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《asp.net 數據綁定時對數據列做個性化處理》相關的同類信息!
  • 本頁收集關于asp.net 數據綁定時對數據列做個性化處理的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 光泽县| 吉木萨尔县| 黔西县| 米易县| 平远县| 磐石市| 元氏县| 泸水县| 台中县| 顺昌县| 韶山市| 治多县| 焉耆| 尼玛县| 古交市| 耿马| 康马县| 高碑店市| 繁昌县| 湘潭县| 理塘县| 钦州市| 惠来县| 济宁市| 定远县| 连江县| 尚志市| 丰都县| 宁国市| 静宁县| 阿拉善左旗| 平南县| 赤壁市| 灌阳县| 彭水| 龙南县| 葫芦岛市| 昌乐县| 贞丰县| 南平市| 小金县|