Results 1 to 3 of 3

Thread: [2005] XML HTTP Request Object?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2005
    Posts
    625

    [2005] XML HTTP Request Object?

    How do I use the XML HTTP Request Object in ASP.NET 2.0 ?

    Can I use it without Ajax?
    Last edited by dogboydelta; Sep 21st, 2008 at 05:33 PM.

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: [2005] XML HTTP Request Object?

    Yes. you can use the XML HTTP Request without Ajax.

    Pls Refer this MSDN
    Please mark you thread resolved using the Thread Tools as shown

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] XML HTTP Request Object?

    I think you mean HttpWebRequest. The XmlHttpRequest IS AJAX. AJAX is just a fancy name for code involving XmlHttpRequest; XmlHttpRequest is a JavaScript thing.

    So, what I mean is:

    In your codebehind, you'd use HttpWebRequest and HttpWebResponse.
    In your client-side code, you'd use XmlHttpRequest.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width