dotnet-Snippets.com
Snippets: 73 | Registered User: 84 | Visitors online: 36
Main Menu

Home
Random Snippet
FAQs
Contact Us
Imprint
RSS Feeds

Rss All languages
Rss C#
Rss VB.NET
Rss C++
Rss J#
Rss ASP.NET
Jobs

dotnet Jobs
Google Ads

Sri Lanka .NET 
                Forum Member
Show the content of a textfile

Author: Jan Welker
Programming Language: ASP.net Rating:
not yet rated

Views: 2073

Description:

Show the content of a textfile



ASP.NET
1
2
3
Dim SW As New System.IO.StringWriter
Server.Execute("Test.txt", SW)
Response.Write(SW.ToString())

This Snippets could be interesting for you:
No results available

Poor Excellent
1 2 3 4 5 6 7 8 9 10
Sign in to vote for this snippet.

Comments:
(Please log in to write an comment.)