熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

獲取GridView的rowdata

2022-06-13   來源: .NET編程 

  protected void GridView_RowDataBound(object sender GridViewRowEventArgs e)
   
    {
   
    if (eRowRowType == DataControlRowTypeDataRow)
   
    {
   
    SystemDataDataRowView dv = eRowDataItem as SystemDataDataRowView;
   
    eRowCells[]Text = statusConvertKeyToValueDefectsTypeValue(dvRow[類型])
   
    eRowCells[]Text = statusConvertKeyToValueDefectsLevelValue(dvRow[等級])
   
    }
   
    }


From:http://tw.wingwit.com/Article/program/net/201311/13591.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.