I need to create a asp.net app to display how many documents were read by user.
Can someone give me an idea?
Here are steps:
1) user log in ( I can code it)
2) user will open pdf files which stored in project folder (I can code it)
3) once user read (opened it), a label will display how many documents were read.
(need an idea)
For example, if there are 9 documents in the folder and user read 5, the label will display 5/9
Go to the complete details ...