How do I display the row count of a particular column in C#.
How do I display the row count of a particular column in C#. The row count number should get automatically updated when the databse gets updated.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
aa aaPosted Apr 22, 2006, 10:16 AM
i believe that all columns in a data set have equal number of rows ,and if not i dont see why that wouldnt work: dataset.Rows["yourColumn"].size()//deal with it one dimentional array
hope this helps,