[solved]display total number of records in a label
In SQL I can do:
SELECT COUNT(*) AS Expr1
FROM TEST
to get total number of records, how can i display this number into a lblTotal.text in VB.NET?
plz help in code
In SQL I can do:
SELECT COUNT(*) AS Expr1
FROM TEST
to get total number of records, how can i display this number into a lblTotal.text in VB.NET?
plz help in code
Last edited: