Introduction:
Here
I will explain how to check a dataset contains data or dataset is null or empty
in asp.net.
Description:
In
previous posts I explained many articles relating code snippets in asp.net.
Now I will explain how to check if dataset contains any data or dataset is null
or empty in asp.net.
If
we want to check dataset contains data or not for that we need to write code as
shown below