Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorashmi
    • CommentTimeFeb 7th 2007
     
    Hello All,

    I want to use ajax in asp help
  1.  
    You can't use AJAX in ASP

    AJAX is javascript so is a client side operation. ASP is server side

    You can use AJAX to POST or GET data from ASP scripts if that is what you mean.
    • CommentAuthorviane
    • CommentTimeFeb 7th 2007
     
    You can use AJAX with ASP pages.

    The downside is most of the examples are for PHP, I dont have any examples to show you though, been looking my self.
    • CommentAuthorivokirov
    • CommentTimeMar 10th 2007
     
    QUOTE(viane @ Feb 7 2007, 11:08 PM) 1113

    You can use AJAX with ASP pages.

    The downside is most of the examples are for PHP, I dont have any examples to show you though, been looking my self.
    [/quote]

    AJAX is simply a way to communicate with server side scripts without reloading the page. Whether it's PHP or ASP is irrelevant.
    • CommentAuthorjustnajm
    • CommentTimeMar 23rd 2007
     
    Ajax can be use with any of the server side language either you say ASP, JSP, PHP, CGI, etc.

    As it uses an xml activeX control with the help of client side javascript to send hidden request to server [which ever you are using] and then receive the response from the server to update the page.

    One thing should be kept in mind when you are implementing it, that browsers that don't support javascript will not be able to fulfill the operations.

    you can read & learn more about it here:

    http://httpforum.com/index.php?showtopic=43&hl=ajax