如何在C#中隐藏/查看Web应用程序中数据列表中的列 [英] How to hidden/view a Column in a Datalist in web application in c#

查看:63
本文介绍了如何在C#中隐藏/查看Web应用程序中数据列表中的列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在c#中的Web应用程序中隐藏/查看数据列表中的列

请帮助我,先生........ !!

How to hidden/view a Column in a Datalist in web application in c#

pls help me sir........!

推荐答案

此处是指向可能表示资源的链接.

http://forums.asp.net/t/1304446.aspx/1


建议您不要使用Gridview,而是使用Gridview,在这里您可以通过这种方式隐藏列

Here''s the link to a resource which says it is possible.

http://forums.asp.net/t/1304446.aspx/1


Instead of getting into the complications, I suggest you to use a Gridview instead, where you can hide the column in this way

DataGrid1.Columns[0].Visible = false;


这篇关于如何在C#中隐藏/查看Web应用程序中数据列表中的列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆