Question

I want to get row count of SqlDataSource after binding.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top