I have a datatable whose columns are lets say col1,col2,col3 Now I want to validate each column value whether its 0 or not
I do not want to use if else clause that will be writing to much stuff.
Is there any possibility to do the same task using HashTable or something else ?