How can I count the number of items in the listview.
Example scenario.
Today, I added students say, 20 students.
and tomorrow I added another 15 students, i need to have a breakdown on how many students i have been adding per day. Please help me. Thank you guys!
aishapot
-3
Junior Poster in Training
Recommended Answers
Jump to PostI'm assuming you are keeping the data in some sort of database (text, XML, Excel, Access, SQL, etc). In that case you wil have to create a table to keep track of the additions. Keep more info rather than less. For example, you asked how to keep track of the …
Jump to PostI only have experience with MS SQL. I seem to recall that you can use a setting called referential integrity. This is supposed to ensure that when you delete a record in a table, all other recoeds in tables that depend on that record are automatically deleted. Wrox Press Professional …
All 8 Replies
Reverend Jim
4,544
Hi, I'm Jim, one of DaniWeb's moderators.
Moderator
Featured Poster
aishapot
-3
Junior Poster in Training
aishapot
-3
Junior Poster in Training
aishapot
-3
Junior Poster in Training
Reverend Jim
4,544
Hi, I'm Jim, one of DaniWeb's moderators.
Moderator
Featured Poster
aishapot
-3
Junior Poster in Training
Reverend Jim
4,544
Hi, I'm Jim, one of DaniWeb's moderators.
Moderator
Featured Poster
aishapot
-3
Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.