How to update documents and keep track of users?

fabdulla

New member
Joined
Nov 30, 2007
Messages
2
Programming Experience
Beginner
Hi I am trying to use vb.net to create a page that looks like this
VB.NET:
[FONT="Courier New"][U]Jit Number [/U]              [U] Title [/U]               [U]Revision Date[/U]
word documents here             Title name                      1/1/2000
       .                                         .                                .
       .                                         .                                .[/FONT]
and so on. The word documnets are links to work files. and all this is in a table the Jit Number, Title, Revision Date is the header names.

What I want is to do this in vb.net where I have a table that contains all three columns. Also be able to edit documents and save back and create new documnets which means adding a new row. After that keep track of users who goes in each document.
Is this possible to do.If so please help if where to start.
Thanks
 
Back
Top