C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




Display content of a web page in a Label


Posted Date: 06 Mar 2007    Resource Type: Code Snippets    Category: Web Access

Posted By: sudhakar       Member Level: Gold
Rating:     Points: 10



This code sample shows how to retrieve the content of a web page and display it in a label object.

								
string strurl = txtEnterURL.Text;

WebClient obiwebcl = new WebClient();
byte[] bytereqhtml = obiwebcl.DownloadData(@strurl);

//creating object for utf encoding
UTF8Encoding utf8en = new UTF8Encoding();
Label1.Text = utf8en.GetString(bytereqhtml);




Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
(No tags found.)

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: check url is valid
Previous Resource: Javascript to read and write a cookies
Return to Discussion Resource Index
Post New Resource
Category: Web Access


Post resources and earn money!
 
Related Resources



dotNet Slackers   BizTalk Adaptors    Web Design

online optimum rewards

Contact Us    Privacy Policy    Terms Of Use