If dataitem is Null I want to show 0
Null
0
\' runat=\"server\">
Moreover, you can use (x = Eval("item") ?? 0) in this case.
http://msdn.microsoft.com/en-us/library/ms173224.aspx