How to get Last modified date into other page?

liunx

Guest
I would like know few things whether is possible in .net or not.

Suppose I have four pages and one index page?br />
I want to display the last modified date of these 4 pages in my index page.

So that any user have a fair ideas whether the page they are going to visit is update or not..

I am not sure how it works. I would appreciate if you could help with some sample script.

Thx
GILI do not have my development box handy,

but it is something like

FileSystemObject and the DateCreated or DateLastModified...

not positive
EricLook into System.IO.File here
<!-- m --><a class="postlink" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemIOFileClassGetLastWriteTimeTopic.asp">http://msdn.microsoft.com/library/defau ... eTopic.asp</a><!-- m -->
 
Back
Top