How to check if SqlDataSource1 select method returns 0 nodes ?

Posted by nCdy on Stack Overflow See other posts from Stack Overflow or by nCdy
Published on 2010-03-22T08:19:45Z Indexed on 2010/03/22 8:21 UTC
Read the original article Hit count: 458

Filed under:
|

how can I check if my SqlDataSource1 select method returns 0 count of nodes (rows) after :

SqlDataSource1.DataBind();

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET