Can some1 pls show me on how to get the number of "posts" topic...and this is some of my codes for retrieving the number of "posts"... Can someone pls give me some comments on this..
For i = 0 To ds3.Tables(0).Rows.Count - 1 Dim j As Integer Dim totalTopic As Integer = 0 For j = 0 To ds4.Tables(0).Rows.Count - 1 totalTopic = totalTopic + ds4.Tables(0).Rows.Count Next
Not sure I quite understand what you're tring to do. Are you trying to count the number of replies to a particular topic or count the total topics in the database? Or maybe it's something completely different and I've just completely misread your post.
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”
If you are looking to count the number of posts per topic and display it like I have in the post's upper right hand corner let me know and I can dig up the code for you.