Datalist

  • Thread starter Thread starter brian
  • Start date Start date
B

brian

Can this be done with a datalist control?

Question:
I have an array that stores the sub directory name and a
second array that stores the file name.

Using a for loop, can I populate a datalist with 4
columns and use the sub directory name as header and the
file name as content below the header?

Also, I might need more than 4 columns and would then
need the 5 folder name to begin uder the first column.

If this can't be done can someone suggest another
solution?

Thanks!
 
Brian,
I am not sure of it can be done, but did you know there is a newsgroup
Microsoft.Public.dotnet.aspnet.webcontrols
I think that is the best place for this question when you don't get an
answer here.
As far as I can see it, I would never use a data related control for this
problem but use a table.
Cor
 
Hi Cor,

|| DataList .. Folders .. Filenames.

Web? Asp?

Are you sure ? :-)

Regards,
Fergus
 
Back
Top