我有一个gridview。我可以检查一栏中是否包含任何字符串或数字的方式。并且如果它包含的任何字符串比我想要执行的功能
答案 0 :(得分:0)
创建遍历该列中每个项目的循环,并将该值作为strValue
传递给此处理程序:
If String.IsNullOrEmpty(strValue) = False Then
' Do something if it contains something
end if
参考:https://docs.microsoft.com/en-us/dotnet/api/system.string.isnullorempty?view=netframework-4.7.2