Binding datagrid to unknown columns

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Hi

I have a class Document which contains ArrayList of properties
I want to bind the document to a datagrid,in such a way that I would be able
to control
which properties are being displayed.the properties to be display are stored
in XML file.

what is the best way to do it?

Thanks in advance.
 
Ok...my current idea is just to create a serializable object
which will be used to produce the

<asp:BoundColumn>....


collection at run time
 
Back
Top