views:

457

answers:

1

I want to get row count of SqlDataSource after binding.

A: 

Look into the COMPUTE statement. You can put a COMPUTE COUNT(<your PK>) at the end of your query.

Joel Coehoorn
Ok how can i get from sqlDataSource?
uzay95