Quote Originally Posted by davidbell
I am looking for a control that can read in a file deliminated by what ever character I decide and putting this info into a grid,...
You may look for thisforever, there is no such control, if you need this behaviour, you need to design it yourself. Look for streams like FileStream and TextReader, TextWriter class and you will be able to create the code you need. Its all in the System.IO namespace