G
Grey
How to read a text file located in client machine with ASP.NET. the structure of the client text file is designed as follow:
PC1 abc 123.123.324
PC2 abd 123.56.78
PC3 hkk 79.39.20
each data was separated by Tab. My question is how can I read those data from the client text file and then display on the web with ASP.NET
Million Thanks
PC1 abc 123.123.324
PC2 abd 123.56.78
PC3 hkk 79.39.20
each data was separated by Tab. My question is how can I read those data from the client text file and then display on the web with ASP.NET
Million Thanks