I'm using the Eval property to load a field from the GridView
instantiated of an object, the problem is when the object has no value, instead of being blank I wanted to show a trace indicating that nothing was found.
The code I'm using is this
<%# if(Eval("IdEntradaItem")== "" ||Eval("IdEntradaItem")==null)?" - ": Eval("IdEntradaItem") %>