silrom
|
| Posted: 03/31/2002, 1:59 AM |
|
Hi All,
How can I populate a grid form retrieving items from a collection ?
My target is getting a list of file names in a folder of uploaded files, but actually the only way I found is using a database table with a record for each file... is there a better way to build table rows iterating on a generic list of elements?
(I'm using ASP with Templates)
Thanks
Silvio
|
|
|
 |
Nicole
|
| Posted: 04/01/2002, 1:07 AM |
|
Silrom,
you can get list of files in folder using object of FileSystemObject. Download GotoCode in CC format (it is available at: http://www.codecharge.com/download/files/examples/gotocodev2.zip) and refer to MySpace page->FilesList form .
|
|
|
 |
silrom
|
| Posted: 04/01/2002, 11:48 PM |
|
Thanks Nicole, it was exactly the sample I need
|
|
|
 |
|