DataGrids displaying null as a value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to make a datagrid display nothing rather than (null) when the field has a null value. Im using visual studio and sql server???
 
Hi,

Win or ASP.NET ?
If ASP.NET you can use a method that eval the value and return a string
like "nothing"

If a Win app , I don't know for sure the best way of doing it.

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

Lane said:
Is there a way to make a datagrid display nothing rather than (null) when
the field has a null value. Im using visual studio and sql server???
 
Back
Top