Click here to Skip to main content
15,885,914 members
Home / Discussions / C#
   

C#

 
AnswerRe: Winforms or WPF Pin
Bernhard Hiller26-Oct-12 0:34
Bernhard Hiller26-Oct-12 0:34 
Questioncreate a node with color in c# Pin
mahendiran bala23-Oct-12 23:43
mahendiran bala23-Oct-12 23:43 
AnswerRe: create a node with color in c# Pin
Pete O'Hanlon23-Oct-12 23:49
mvePete O'Hanlon23-Oct-12 23:49 
QuestionVSTO 2010 Word Addin, passing arguments problem PinPopular
Shah Ali Haider23-Oct-12 22:52
Shah Ali Haider23-Oct-12 22:52 
AnswerRe: VSTO 2010 Word Addin, passing arguments problem Pin
Richard Deeming24-Oct-12 2:15
mveRichard Deeming24-Oct-12 2:15 
AnswerRe: VSTO 2010 Word Addin, passing arguments problem Pin
Pete O'Hanlon24-Oct-12 3:56
mvePete O'Hanlon24-Oct-12 3:56 
QuestionWebRequest and WebResponse has issues Pin
Xarzu23-Oct-12 21:28
Xarzu23-Oct-12 21:28 
AnswerRe: WebRequest and WebResponse has issues Pin
J4amieC23-Oct-12 21:36
J4amieC23-Oct-12 21:36 
Xarzu wrote:
WebRequest and WebResponse has issues


No, really they dont. What you go on to describe has nothing to do with the way you make an http, ftp or any other sort of request/response using WebRequest and WebResponse.

Makers of browsers are free to parse and change the raw content they get from a web server in any way they see fit, what you are doing is making the raw request and getting back the raw response. Using the classes you mention, you will have no way of showing the "content after it is processed by the browser". The only way to do that is get the browser (or an embedded web browser control) to make the request for you.

I suspect the real problem you're facing is badly formatted, or even invalid HTML. In which case this is a known problem with many solutions - the most common of which is probably the HTML Agility pack[^]
GeneralRe: WebRequest and WebResponse has issues Pin
Xarzu25-Oct-12 11:04
Xarzu25-Oct-12 11:04 
AnswerRe: WebRequest and WebResponse has issues Pin
n.podbielski23-Oct-12 22:10
n.podbielski23-Oct-12 22:10 
GeneralRe: WebRequest and WebResponse has issues Pin
Jan Steyn24-Oct-12 3:31
Jan Steyn24-Oct-12 3:31 
GeneralRe: WebRequest and WebResponse has issues Pin
Xarzu25-Oct-12 11:10
Xarzu25-Oct-12 11:10 
GeneralRe: WebRequest and WebResponse has issues Pin
n.podbielski25-Oct-12 20:14
n.podbielski25-Oct-12 20:14 
GeneralRe: WebRequest and WebResponse has issues Pin
Xarzu27-Oct-12 18:59
Xarzu27-Oct-12 18:59 
GeneralRe: WebRequest and WebResponse has issues Pin
n.podbielski27-Oct-12 20:18
n.podbielski27-Oct-12 20:18 
QuestionGetting Square Root of BigInteger Pin
gibsray23-Oct-12 7:52
gibsray23-Oct-12 7:52 
AnswerRe: Getting Square Root of BigInteger Pin
jschell23-Oct-12 8:22
jschell23-Oct-12 8:22 
SuggestionRe: Getting Square Root of BigInteger Pin
Matt T Heffron23-Oct-12 11:30
professionalMatt T Heffron23-Oct-12 11:30 
GeneralRe: Getting Square Root of BigInteger Pin
n.podbielski23-Oct-12 22:37
n.podbielski23-Oct-12 22:37 
GeneralRe: Getting Square Root of BigInteger Pin
harold aptroot24-Oct-12 4:27
harold aptroot24-Oct-12 4:27 
GeneralRe: Getting Square Root of BigInteger Pin
Matt T Heffron24-Oct-12 6:39
professionalMatt T Heffron24-Oct-12 6:39 
GeneralRe: Getting Square Root of BigInteger Pin
harold aptroot24-Oct-12 6:52
harold aptroot24-Oct-12 6:52 
GeneralRe: Getting Square Root of BigInteger Pin
Matt T Heffron24-Oct-12 7:11
professionalMatt T Heffron24-Oct-12 7:11 
GeneralRe: Getting Square Root of BigInteger Pin
n.podbielski24-Oct-12 7:16
n.podbielski24-Oct-12 7:16 
GeneralRe: Getting Square Root of BigInteger Pin
harold aptroot24-Oct-12 8:58
harold aptroot24-Oct-12 8:58 

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.