6
I’m using the Eval property to load a field from GridView
instantiated an object, the problem is when the object has no value , instead of appearing blank wanted to show a dash indicating that nothing was found.
the code I’m using is this
<%# if(Eval("IdEntradaItem")== "" ||Eval("IdEntradaItem")==null)?" - ": Eval("IdEntradaItem") %>
You forgot to post the code, post please.
– Marconi