1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

want to know about ajax in asp.net

Discussion in 'C#' started by chanda, Aug 19, 2010.

  1. #1
    hi my frnds i know asp.net but i dont know how to use ajax and what it is used for...help me and tell me how and where can i learn the ajax tools
     
    chanda, Aug 19, 2010 IP
  2. bibinsmk

    bibinsmk Active Member

    Messages:
    205
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Ajax is simple to learn. First I will explain what is Ajax. AJAX is asynchronous java script. Using ajax you can create websites more user friendly and attractive. Ajax offers calander controls, pop ups, textbox water marks etc. You can download ajax tool kit and use it in Visual studio. You can find tool kit and sample here http://www.asp.net/ajax/ajaxcontroltoolkit/samples/
     
    bibinsmk, Aug 20, 2010 IP
  3. rnvr22

    rnvr22 Active Member

    Messages:
    290
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #3
    ajax has some functionality added for asp 3.5 and later, u can add ajax toolkit in your project and can add some dynamic tools in your project that can make you page more interactive and user friendly...like updatepanel and script manager etc....
     
    rnvr22, Aug 21, 2010 IP
  4. seo-india

    seo-india Banned

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    Dear you learn Ajax control in asp.net with help of Microsoft official site you know any information on that you visit this site
     
    seo-india, Aug 26, 2010 IP
  5. rnvr22

    rnvr22 Active Member

    Messages:
    290
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #5
    ajax controls are very rich in functionality, uses javascript for these functions and make your ASP.net project to ASP.net3.5. remember these basic things
     
    rnvr22, Aug 28, 2010 IP
  6. susasl

    susasl Active Member

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #6
    susasl, Aug 28, 2010 IP
  7. marshalprince

    marshalprince Peon

    Messages:
    435
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    lot of examples are thereon asp.net site you can use them and take the advantage. Also just you will need to add the dll to use the ajax controls.
     
    marshalprince, Aug 28, 2010 IP
  8. ITChimesSMO

    ITChimesSMO Peon

    Messages:
    23
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Ajax stands for Asynchronous JavaScript and XML.AJAX is not a new programming language. IT is the art of exchanging data with a server, and update parts of a web page without reloading the whole page.

    Ajax tool use in asp.net:

    <html>
    <body>

    <form runat="server">
    Enter a date between 2005-01-01 and 2005-12-31:
    <br />
    <asp:TextBox id="tbox1" runat="server" />
    <br /><br />
    <asp:Button Text="Submit" runat="server" />
    <br /><br />
    <asp:RangeValidator
    ControlToValidate="tbox1"
    MinimumValue="2005-01-01"
    MaximumValue="2005-12-31"
    Type="Date"
    EnableClientScript="false"
    Text="The date must be between 2005-01-01 and 2005-12-31!"
    runat="server" />
    </form>

    </body>
    </html>

    To more knowledge follow this Link:
    http://www.w3schools.com/Ajax/ajax_intro.asp
     
    ITChimesSMO, Sep 17, 2010 IP
  9. prkishnani

    prkishnani Peon

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Hi.....
    AJAX is a combination of Web programming languages designed to alter the tradition Web-server centric view of interactive Web content by offloading some processing to the Web browser.
    Now In .Net3.5 Ajax is inbuilt.........

    Web Designer | Real Estate Web Design
     
    prkishnani, Nov 8, 2010 IP
  10. teamaguilar

    teamaguilar Peon

    Messages:
    197
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    teamaguilar, Nov 21, 2010 IP
  11. yaz1306

    yaz1306 Greenhorn

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #11
    thanks for your link
     
    yaz1306, Nov 24, 2010 IP
  12. sweety8786

    sweety8786 Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    yeah, i want to learn more AJAX.
     
    sweety8786, Dec 1, 2010 IP
  13. prkishnani

    prkishnani Peon

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Hello.......

    AJAX is a Free programing tool or framework which is used to creating efficient web application.Now it is inbuilt tool in latest .NET framework and website created with AJAX work across all popular browsers.

    Web Designer | Real Estate Web Design
     
    prkishnani, Dec 14, 2010 IP
  14. zinist

    zinist Banned

    Messages:
    91
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    43
    #14
    AJAX, i.e., Asynchronous JavaScript and XML, is the technique that can be used to have communication between the client and server without needing a postback. The benefit of avoiding postback is faster response to the user, the page in the browser is not changed/refreshed/posted so the user can continue to use it while data is sent to the server and user actions like keypresses can also be communicated to the server to provide more meaningful results (example: autosuggest), i.e., enhanced overall usability of the web application.
    You can find more details on
    www.codeproject.com/Articles/401903/AJAX-for-Beginners-Part-Understanding-ASP-NET-AJ
    http://www.tutorialspoint.com/asp.net/asp.net_ajax_control.htm
     
    zinist, Jun 26, 2015 IP