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

asp.net 數(shù)據(jù)綁定時對數(shù)據(jù)列做個性化處理

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

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");
//沒有刪除權(quán)限且找到控件
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;
}
}
}
}
}

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

巨人網(wǎng)絡通訊聲明:本文標題《asp.net 數(shù)據(jù)綁定時對數(shù)據(jù)列做個性化處理》,本文關(guān)鍵詞  asp.net,數(shù)據(jù),綁,定時,對,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《asp.net 數(shù)據(jù)綁定時對數(shù)據(jù)列做個性化處理》相關(guān)的同類信息!
  • 本頁收集關(guān)于asp.net 數(shù)據(jù)綁定時對數(shù)據(jù)列做個性化處理的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章