V
v.anupama
I have a requirement where a user can access ONLY one file at any given
time out of a list of files listed in datagrid (button/hyperlink
columns). Only files listed are pdf,doc,txt.
I cannot use shared point etc. this should be a ASP.net application.
I also need to keep track of how much time a user spent looking at a
particular file.
I cannot use window.Showmodaldialog as Response.writefile does not work
on modal window.
Is this doable??,
How to handle: What if a user looses internet connection while
reviewing a file. etc.
Can anyone throw some ideas on how to implement this.
Any help would be greatly appreciated.
time out of a list of files listed in datagrid (button/hyperlink
columns). Only files listed are pdf,doc,txt.
I cannot use shared point etc. this should be a ASP.net application.
I also need to keep track of how much time a user spent looking at a
particular file.
I cannot use window.Showmodaldialog as Response.writefile does not work
on modal window.
Is this doable??,
How to handle: What if a user looses internet connection while
reviewing a file. etc.
Can anyone throw some ideas on how to implement this.
Any help would be greatly appreciated.