更改GridView上的单元格颜色

更改GridView上的单元格颜色

本文介绍了更改GridView上的单元格颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在使用VS2010,并且创建了一个页面,当用户单击按钮时,该页面将允许他们查看要上传到sql服务器的电子表格.基本上,这只是允许他们检查格式是否正确以及是否填充了所有单元格.网格信息显示在gridview中.但是我要更改的是空白/不包含任何信息的特定单元格的单元格背景色,因此用户可以看到缺少信息.

有人可以帮忙吗

谢谢:-)

解决方案




hi
i am using VS2010 and i have created a page that, when the user clicks a button it will allow them to view the spreadsheet that they want to upload to an sql server. this is basically just to allow them, to check that it is in the right format and all cells are populated. the spreadhseet information is displayed in a gridview. but what i want is to change the cell background colour of a specific cell that is blank/does not contain any information, so the user can see that there is missing information.

can someone please help

thanks :-)

解决方案




这篇关于更改GridView上的单元格颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 02:13