problem to find out the string is null or not
- by Richa Media and services
in mysql default null value is (NULL)
when i try to use it in c# that code not work because it is a string who have a value "(NULL)"
how i can check that string is null or not. if i check by string.insnullorempty or ==null it's not worked
how can i check this row is null or not in c#