I am trying to get the Response string by using C#'s WebRequest and WebResponse classes.
It pulls the string but some part such as forms are missing from response.But when I open the same URL in browser(manually) and inspect elements using firebug it shows every thing.
What may be the problem that I am not getting complete response from WebResponse...???