If dataitem is Null I want to show 0
Null
0
\' runat=\"server\">
I don't know ASP.NET very well, but can you use the ternary operator?
http://en.wikipedia.org/wiki/Ternary_operation
Something like: (x=Eval("item")) == Null ? 0 : x