Hello,
I am looking at the basic samples for creating a TreeList of a directory structure and I see several examples but none that fall inline with my thinking. So perhaps someone here can set me straight with an example or explanation.
In my TreeList I have the following columns I wanted bound. Name, Author, Size, Created, Modified.
All the samples I saw used an xml file and other examples used a string array. These scenarios have me wondering perhaps incorrectly about my approach. I was thinking to create a custom object that inherits from IDictionary<string, string, String, DateTime, DateTime> or similiar. This way I could populate the object with both DirInfo as well as MetaData such as Author. In my mind I was thinking I could just then bind the ListView to this object.
Is there a tutorial or sample that I can educate myself on a custom solution using the ASP .NET ListView?
FYI .NET 4.0
Thank You
JB
I am looking at the basic samples for creating a TreeList of a directory structure and I see several examples but none that fall inline with my thinking. So perhaps someone here can set me straight with an example or explanation.
In my TreeList I have the following columns I wanted bound. Name, Author, Size, Created, Modified.
All the samples I saw used an xml file and other examples used a string array. These scenarios have me wondering perhaps incorrectly about my approach. I was thinking to create a custom object that inherits from IDictionary<string, string, String, DateTime, DateTime> or similiar. This way I could populate the object with both DirInfo as well as MetaData such as Author. In my mind I was thinking I could just then bind the ListView to this object.
Is there a tutorial or sample that I can educate myself on a custom solution using the ASP .NET ListView?
FYI .NET 4.0
Thank You
JB