S
Savvoulidis Iordanis
In a RowDataBound event, I want to check if a column is empty (it's a simple
column, not a template with a label in it). I use the following syntax to get
the value from the cell:
s = e.row.cells(1).text
but s returns " " so I can't use String.IsNullOrEmpty(s) function, because
it's not empty.
What can I do?
TIA
Iordanis
column, not a template with a label in it). I use the following syntax to get
the value from the cell:
s = e.row.cells(1).text
but s returns " " so I can't use String.IsNullOrEmpty(s) function, because
it's not empty.
What can I do?
TIA
Iordanis