SyntaxFix
Write A Post
Hire A Developer
Questions
System.Convert.IsDbNull][1](table.rows[0][0]);
IIRC, the (table.rows[0][0] == null) won't work, as DbNull.Value != null;
(table.rows[0][0] == null)
DbNull.Value != null;