Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > Other Programming - Perl, C++, Java, ASP, .NET Development
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 07-19-2008, 08:23 AM   #1 (permalink)
techexpert
Junior Member
 
Join Date: Jul 2008
Posts: 1
Default How to read file content in .net?

Hi, Following is the code for How to read file content through .net?

Offshore Outsourcing Software Development Company::Web Application Development::Ecommerce Web Site Design Solution

public String ReadFileContent(FileSettings file)

{

FileStream fs = new FileStream(file.FilePath,FileMode.Open,FileAccess. Read);

StringBuilder output = new StringBuilder();

StreamReader r = new StreamReader(fs);

r.BaseStream.Seek(0,SeekOrigin.Begin);

String fContent="";

while (r.Peek() > -1)

{

fContent = fContent + r.ReadLine();

}


r.Close();

return fContent;

}


-------------------------------------

Offshore Outsourcing Software Development

Last edited by techexpert : 07-19-2008 at 08:25 AM.
techexpert is offline   Reply With Quote
Sponsored Links
Old 07-25-2008, 12:05 AM   #2 (permalink)
adMedia
Junior Member
 
Join Date: Jul 2008
Posts: 16
Default Re: How to read file content in .net?

Dim sr As StrwamReader
sr=New StreamReader(Path)
While Not sr.EndOfStream
myString =sr.ReadLine()
EndWhile
sr.Close()
adMedia is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 12:12 PM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums