question

tod-2635 avatar image
0 Votes"
tod-2635 asked tod-2635 commented

Display data on gridview from ftp asp.net C#

Hello there,

i have too many files on ftp server which i want to display in data gridview without saving or downloading and sort by date, im not sure how to do that. these files are .qrt but i can open them in excel or notepad. i did that but from sql db but never worked with ftp these files are has names with dates.

thanks in advanced

dotnet-csharpdotnet-aspnet-webforms
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @tod-2635 ,
I don't understand your description. Do you want to show data in the gridview and the data are come from your ftp server?
Best regards,
Yijing Sun

0 Votes 0 ·

Hi @YijingSun-MSFT

Yes exactly
1. all the files are on ftp server
2. the files are flat and contain tables
3. these files are 3 category names with dates:
A20211216
B20211216
C20211216

so i want to view these files in 3 gridview tables.

the most I could do is to view list of all these files in 1 tables without showing the data inside :(



0 Votes 0 ·

0 Answers