dataitems

C# Yaml Processing

Hi, I am using the C# Yaml Parser mentioned on Code Project Site If my Yaml looks like the following - id: tagid tag: - name: tagname value: tagvalue After it has been successfully parsed, how do I access the Data Items so that I can do some further processing. For example if I need to get the value of "name" what code woul...

Populate datagrid using Datacontext in C# WPF

I'm trying to get data from file. The file first has three lines of text that describes the file, then there is a header for the data below. I've managed to extract that. What I'm having problems is getting the data below the header line. The data below the header line can look like "1 2 3 4 5 6 7 8 9 abc". DataGrid d...