.txt file content on page
ASP.NET
4
Posts
2
Posters
0
Views
1
Watching
-
Hello !! Actually i wanted to know that how can I display the contents of a .txt file in a table column in asp.net
Martand
File.ReadAllText(Server.MapPath("content.txt"));
It returns the content of .txt file as string format Best Regard Pathan---------------------------------------------------
-
File.ReadAllText(Server.MapPath("content.txt"));
It returns the content of .txt file as string format Best Regard Pathan---------------------------------------------------
-
have U Declare namespance "System.IO" for File class. Best Regard Pathan
---------------------------------------------------