开发者

how to hide datagrid column

I have one data grid,I want to Hide last entire column of data grid How to do开发者_运维问答 this... Iam using Asp.net1.1


YourGridView1.Columns[LastColumnIndex].Visible = false;

LastColumnIndex should be the index of the last column

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜