hi all.
when I open a link with a browser and press "right click" and then "view page source" I can to see html elements and java script codes for example : "<title>some text</title>"
but when I open same link in Ram with (WebRequest and WebResponse) in C# and save page source in a notepad file I see unknown codes. for example : ""
i think this page is safe for other programmers.
I want to know whether can I to save html element and java script of same link code with WebRequest and WebResponse in a notepad file???
Go to the complete details ...