Hi!,
how to Count my data in sql server using csharp?
for example i have a column Name and Votes, i want that if my button which handle the column name by pressing it and stored it into the Column Name and it automatically Count and store to the coulumn Votes on how many times the user pressed that button.
Loading

Amit ChoudharyPosted Aug 30, 2011, 7:54 AM
For e.g., Query for Total number of orders placed by Every customer
Hope this would help you.