I\'m using the code below to pull one of our 3rd party developed pages in so I can parse it as XML for my random bits of work.
Irritatingly we stil have a browser de
You can use the ClientTarget attribute in the Page. E.g.
http://msdn.microsoft.com/en-us/library/system.web.ui.page.clienttarget.aspx
http://msdn.microsoft.com/en-sg/library/6379d90d(v=vs.85).aspx
Set the configuration as you wish...
E.g.
Then you can use it as follows.
This will fake the request!