I have a database in which
customerid CustomerName
1 ------------- Yousaf
2 ------------- Aslam
3 -------------Manga
4 ------------- ABC
=================================================
Now I want Count customerid Row. How can i do it
In SQL SERVER I write the query
Select Count(Customerid) from studentinfo
And I get Total Customer.
I want display total customerid in label
Please Help me As soon As Possible
Thanks in Advance