摘要:
protected void GVImage_RowDataBound(object sender, GridViewRowEventArgs e) { string strDescription = e.Row.Cells[4].Text.Trim().ToString(); if (strDescription.Length >... 阅读全文
posted @ 2007-09-16 22:18
wj-conquer
阅读(281)
评论(0)
推荐(0)