CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Ajax Tool

  1. #1
    Join Date
    Jul 2006
    Posts
    141

    Ajax Tool

    Hi,
    i am a new bee in asp.net.I have heard about what is AJAX and can't find any samples on this on the web site.Does anyone has any resources/samples to recommend ?Thank!!

  2. #2
    Join Date
    Feb 2007
    Location
    Cat Square (near Charlotte)
    Posts
    16

    Re: Ajax Tool

    Quote Originally Posted by johnsonlim026
    Hi,
    i am a new bee in asp.net.I have heard about what is AJAX and can't find any samples on this on the web site.Does anyone has any resources/samples to recommend ?Thank!!

    http://www.asp.net is Microsoft's site for asp. There you will find free HOW TO videos on all things ASP, even Ajax. I was in a certification bootcamp a few months ago and the instructor showed us this stuff.

    You will need to download a few things, but the introductory video even shows you how to do that... then there are videos that show how EVERY web control can be "ajax-ified". Cool beans.
    C# - Visual Studio 2005
    Frameworks 2.0

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: Ajax Tool

    [ moved ]
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: Ajax Tool

    AJAX stands for Asynchronous JavaScript and XML. It is not a language in itself, but an implementation of two. It is a method for transfering data through JavaScript without using frames or window refreshing.

    Here are some links that should help you out.

    http://en.wikipedia.org/wiki/Ajax_(programming)
    http://www.asp.net/ajax/
    http://w3schools.com/ajax/default.asp
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  5. #5
    Join Date
    Jul 2006
    Posts
    141

    Smile Re: Ajax Tool

    Thanks ronmoles and PeejAvery !!

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

Featured