开发者

Coping the text of gridview cell in asp.net

开发者 https://www.devze.com 2023-02-28 15:31 出处:网络
I want to copy the text of 3rd cell of 4th row of a gri开发者_如何学Pythondview, in asp.net. And I am not able to do that...

I want to copy the text of 3rd cell of 4th row of a gri开发者_如何学Pythondview, in asp.net.

And I am not able to do that...

Can someone help in solving it, with a code...


Use the following:

String text = this.gridView.Rows[3].Cells[2].Text;
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号