How does Silverlight upload csv file into a data grid?

Asked By 40 points N/A Posted on -
qa-featured

I'm planning to use Silverlight 3.1 to upload a .csv file into a data grid but it seems Silverlight does not support data table.  How does Silverlight upload csv file into a grid?

SHARE
Best Answer by Drake Vivian
Answered By 0 points N/A #198052

How does Silverlight upload csv file into a data grid?

qa-featured

Hi Browning,

The following link provided below will help u to use Silverlight to upload a csv file into a grid. it gives step by step process. Kindly follow it and your problem will be resolved. Silverlight provides a mechanism of reading files using system.IO.

http://www.dotnetcurry.com/ShowArticle.aspx?ID=651

Hope this will help you.

Thank you and take care.

Best Answer
Best Answer
Answered By 30 points N/A #137633

How does Silverlight upload csv file into a data grid?

qa-featured

 

Hello Wallace,
 
You are right – Silverlight does not support data tables and there is no simple way to upload your csv file into the data grid. You will have to do some coding to make everything work.
 
I would suggest you to make a simple search, as it will give you some ideas and already done and free to use solutions.
 
You can also take one of the CSVReaders, there are plenty of free codes for those and adjust it to fit your project. 

Related Questions