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???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top