本文介绍了[已解决]当列为空或空时,如何使用某些默认文本或字符串填充Gridview中的列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

m在Asp.net中使用GridView控件



这里在我的数据库表m中有一些空行或NULL,

GridView控件与SqlDataSource链接,当GridView显示在网页上时

NULL列显示什么都不是空的。

我怎么能用列中的某些默认文本或字符串填充该列是NULL还是空?

m using GridView control in Asp.net

here in my database table m having some row empty or NULL,
GridView control is linked with SqlDataSource, When GridView is displayed on webpage
NULL column displays nothing it is empty.
how i can fill that column with some default text or string only when column is NULL or Empty ?

推荐答案



这篇关于[已解决]当列为空或空时,如何使用某些默认文本或字符串填充Gridview中的列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 13:36