Sorry, I just started with .Net this week, and while the MSDN is great, I don't find it as accessable as the Java API docs yet, so I'm having a little trouble with the Datagrid control.
Is there a method like Datagrid.getColumnHeader(row) that returns a string with the column name? I'm reading in an XML file for example:
<item>
<date></date>
<idNum></idNum>
<name></name>
</item>
I want to read the headers because the tags might be out of order or one might be missing.
Thanks
Is there a method like Datagrid.getColumnHeader(row) that returns a string with the column name? I'm reading in an XML file for example:
<item>
<date></date>
<idNum></idNum>
<name></name>
</item>
I want to read the headers because the tags might be out of order or one might be missing.
Thanks