R
Robert Reineri
Hello All,
I have some flat files containing data that are uploaded to a web site about
every 15 minutes or so. I want to read the information out of them, and
display it in a simple datagrid control.
What I thought about doing was to write a small class that would read the
files, parse them, and write them back out as XML. Then I could use the XML
file as the data source for the grid. The files are pretty small, and it is
a low volume site, so I figured I could do this in Page_Load().
Any thoughts on this? Do you feel this is a reasonable approach? Am I doing
things the hard way? Is there a better approach?
Thanks so much for any ideas.
*** PLEASE REMOVE THE '123' from my email address should you decide to
respond by email.
Thanks
Robert
I have some flat files containing data that are uploaded to a web site about
every 15 minutes or so. I want to read the information out of them, and
display it in a simple datagrid control.
What I thought about doing was to write a small class that would read the
files, parse them, and write them back out as XML. Then I could use the XML
file as the data source for the grid. The files are pretty small, and it is
a low volume site, so I figured I could do this in Page_Load().
Any thoughts on this? Do you feel this is a reasonable approach? Am I doing
things the hard way? Is there a better approach?
Thanks so much for any ideas.
*** PLEASE REMOVE THE '123' from my email address should you decide to
respond by email.
Thanks
Robert