is empty?
I have a sql that returns some results when made a search with a last
name and first name then i data bind the results to a grid. Now i have
a situation to handle in case if doesn't return any results. I am not
using the stored proc just the sql that builds dynamically based on how
many fields were entered by the user.
so i am just wondering is there any way to check 'adapter' in the line
of code is empty? that means if the query doesn't return any results(0
rows).
Thanks
-L