Click here to Skip to main content
15,897,090 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Publish Pin
Vasudevan Deepak Kumar17-Apr-08 21:38
Vasudevan Deepak Kumar17-Apr-08 21:38 
GeneralRe: Publish Pin
eyeseetee17-Apr-08 21:39
eyeseetee17-Apr-08 21:39 
GeneralRe: Publish Pin
Vasudevan Deepak Kumar17-Apr-08 21:42
Vasudevan Deepak Kumar17-Apr-08 21:42 
GeneralRe: Publish Pin
eyeseetee17-Apr-08 21:53
eyeseetee17-Apr-08 21:53 
GeneralRe: Publish Pin
Vasudevan Deepak Kumar17-Apr-08 21:59
Vasudevan Deepak Kumar17-Apr-08 21:59 
GeneralRe: Publish Pin
eyeseetee17-Apr-08 22:12
eyeseetee17-Apr-08 22:12 
GeneralRe: Publish Pin
Vasudevan Deepak Kumar17-Apr-08 22:28
Vasudevan Deepak Kumar17-Apr-08 22:28 
GeneralGetting the Source Pin
Reelix17-Apr-08 20:51
Reelix17-Apr-08 20:51 
I'm busy coding a page to get assorted statistics from different places, and displaying them in an easy-to-read format...

My question is this:

Is it possible to get the Source of a website?

Not the Source-Code, as such, but just the raw data?

Maybe something like....

StreamReader sr = new StreamReader("http://www.codeproject.com/");
string theText = sr.ReadToEnd();
textBox1.Text += theText;

Result:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>
<title>CodeProject. Free source code and programming help</title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<meta name="Description" content="Free source code and tutorials for Software developers and Architects." >
<meta name="Keywords" content="Free source code, tutorials" >
.
.
.
</body>
</html>

Any suggestions?

- Reelix
GeneralRe: Getting the Source Pin
Christian Graus17-Apr-08 20:53
protectorChristian Graus17-Apr-08 20:53 
GeneralRe: Getting the Source Pin
Reelix17-Apr-08 20:57
Reelix17-Apr-08 20:57 
GeneralRe: Getting the Source Pin
Christian Graus17-Apr-08 21:51
protectorChristian Graus17-Apr-08 21:51 
GeneralRe: Getting the Source Pin
Vasudevan Deepak Kumar17-Apr-08 21:01
Vasudevan Deepak Kumar17-Apr-08 21:01 
AnswerRe: Getting the Source Pin
Reelix17-Apr-08 21:24
Reelix17-Apr-08 21:24 
Generalwhen click back link button showing error messages Pin
chakran17-Apr-08 20:42
chakran17-Apr-08 20:42 
GeneralRe: when click back link button showing error messages Pin
Reelix17-Apr-08 20:55
Reelix17-Apr-08 20:55 
GeneralDisappearing the Label Pin
udaymohan17-Apr-08 20:25
udaymohan17-Apr-08 20:25 
GeneralRe: Disappearing the Label Pin
Christian Graus17-Apr-08 20:37
protectorChristian Graus17-Apr-08 20:37 
GeneralRe: Disappearing the Label Pin
_AK_17-Apr-08 20:38
_AK_17-Apr-08 20:38 
GeneralGOTO statement in ASP.NET with C# Pin
Karan_TN17-Apr-08 20:19
Karan_TN17-Apr-08 20:19 
GeneralRe: GOTO statement in ASP.NET with C# Pin
Christian Graus17-Apr-08 20:36
protectorChristian Graus17-Apr-08 20:36 
GeneralRe: GOTO statement in ASP.NET with C# Pin
Vasudevan Deepak Kumar17-Apr-08 21:03
Vasudevan Deepak Kumar17-Apr-08 21:03 
GeneralRe: GOTO statement in ASP.NET with C# Pin
Karan_TN17-Apr-08 21:33
Karan_TN17-Apr-08 21:33 
GeneralRe: GOTO statement in ASP.NET with C# Pin
Vasudevan Deepak Kumar17-Apr-08 21:36
Vasudevan Deepak Kumar17-Apr-08 21:36 
Generallink scrollbars of two textboxes Pin
Praveen_S17-Apr-08 20:03
Praveen_S17-Apr-08 20:03 
GeneralRe: link scrollbars of two textboxes Pin
Christian Graus17-Apr-08 20:12
protectorChristian Graus17-Apr-08 20:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.