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
2009-06-09 19:14:57
Ok how can i get from sqlDataSource?
uzay95
2009-06-09 19:22:57