I need to count how many rows are in a table, and then return that value to a textbox on a web form. Didn't find anything online that helped with this problem.
I guess what I really need is to get the number of rows via a query like:
SELECT Count(*)
FROM Events
But then how do I store that value into a variable?
Any ideas?
Help gets stars!
Thanks,
Chilly442
I guess what I really need is to get the number of rows via a query like:
SELECT Count(*)
FROM Events
But then how do I store that value into a variable?
Any ideas?
Help gets stars!
Thanks,
Chilly442