Retrieving & Displaying data from csv files using AJAX

Posted by JJ on Stack Overflow See other posts from Stack Overflow or by JJ
Published on 2009-09-17T17:53:13Z Indexed on 2010/05/09 4:58 UTC
Read the original article Hit count: 220

Filed under:
|

I need to provide a feature such that the user is able to upload a csv file.Once the uploading is done I need to retrieve each value and show it on a grid which is implemented using far point(http://www.fpoint.com/products/spread/spread.aspx).But all this has to be done without the page being refreshed.I use asp.net 2.0 & Ajax Pro.Remember I cannot use the inbuilt AJAX feature provided by microsoft .To be precise I need something similar to the lines of attaching a file using gmail.

Thanks & Regards Bikram

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about .NET