![]() |
#2
冰镇柠檬汁儿2010-07-10 22:30
|
((TextBox)(GridView1.Rows[e.RowIndex].Cells[1].Controls[0])).Text.ToString().Trim()
能详细解释一下这句话的意思吗?
(TextBox)?
e.RowIndex?这里的e是什么哦?
Cells[1]?
Controls[0]
从上这几个到底是什么呢?
谢谢了,