Datagrid binding trouble

G

Guest

Hello,

Currently, I am binding a Datagrid from a Data Table in my ASP.net project.
I am populating my Data Table from a CSV file. When using Visual Studio 2003
to debug my application everything works fine, but when I publish the page to
our dev server my Data Table was not getting populated, so my datagrid was
blank. After further investigation, it turns out I have to upload the CSV
file to the server first then all the bindings worked fine.

Is there any way to allow the client to read a CSV file that populates the
data table so fills the data grid, without uploading the file to the server?
The data in the CSV files are being written to a database, so I do not want
to have to manage disk space on the server for these CSV files.

I'm fairly new to ASP.net and C# so any help would be greatly appreciated.

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,152
Latest member
LorettaGur
Top