GridView Display

  • Thread starter Thread starter MitchW
  • Start date Start date
M

MitchW

Hello,

I have a list of filenames that I need to display through some mechanism
(GridView, DataList, etc.). The list of filenames comes from an XML file.
(That part is easy). I also need to show in the same view the the last time
the file was modified. So basically I need something like this:

a.txt 10/23/2008
b.txt 10/24/2008

The catch is the modified file date must be read each time the page is
loaded and the file information must be read from the disk each time the page
is loaded.

Any assistance would be greatly appreciated. Thanks in advance,
mitch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top