CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rompetoto

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    5,078

    Re: WebRequest.BeginGetResponse Problems...

    All I am wondering is why does the WebResponse Callback always use the UI thread...

    And is there a way to stop this from happening?
  2. Replies
    3
    Views
    5,078

    WebRequest.BeginGetResponse Problems...

    So I am trying to implement a Async HttpWebRequest/HttpWebResponse call on a Background Thread apart from the Main UI Thread.

    Although everytime, the Response is "called-back", for some reason it...
  3. Replies
    1
    Views
    7,597

    Ajax Web Method Problem

    I have an application which has been using JQuery AJAX and VB.NET Web Methods just fine in an earlier version of IIS. I have recently moved over to IIS7 and now i am getting ajax errors. It seems...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured