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

Search:

Type: Posts; User: Indigo775

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    14,532

    Re: xmlhttp.Send problem

    The problem happens after I initiate an IIS reset. There are no other abnormalities.


    a very important thing I neglected to mention- the page I give as url to send to is an aspx with .net code...
  2. Replies
    4
    Views
    14,532

    Re: xmlhttp.Send problem

    PeejAvery, thank you for the reply,

    but it didn't help solve my problem.

    I do not fail on the object creation, but on the send function.

    the browser supports ajax because it works some of...
  3. Replies
    4
    Views
    14,532

    xmlhttp.Send problem

    Help!

    when doing the following- xmlhttp.Send(xmlSend);
    on this object- var xmlhttp = new ActiveXObject("MsXml2.XmlHttp")

    I sometimes get an error (after an IIS reset) that-
    “The download...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured