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.

adding ajax to an existing website

Discussion in 'C#' started by jonyroufe, Nov 8, 2009.

  1. #1
    hello,
    How do i add ajax to an existing website?
     
    jonyroufe, Nov 8, 2009 IP
  2. flamer

    flamer Peon

    Messages:
    757
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    There are a huge number of elements within Ajax itself. So what do you want? Ajax what? ..?
     
    flamer, Nov 8, 2009 IP
  3. jonyroufe

    jonyroufe Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'm trying to add cascading dropdownlist and keep on getting error 404..
     
    jonyroufe, Nov 8, 2009 IP
  4. flamer

    flamer Peon

    Messages:
    757
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #4
    flamer, Nov 8, 2009 IP
  5. jonyroufe

    jonyroufe Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I can't show the site, i'ts obligated by password, but thank's i'll see the tutorial..
     
    jonyroufe, Nov 8, 2009 IP
  6. same

    same Greenhorn

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    If you download ajax toolkit their is the sample website which show you how

    to use the ajax tools within your website...

    you can do that very easily
     
    same, Nov 18, 2009 IP
  7. FrenchSeo

    FrenchSeo Active Member

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #7
    Here I use the telerik components that are powerfull and simple to use (see their .com).

    Hope this will help...
     
    FrenchSeo, Nov 24, 2009 IP
  8. abhinavsmoudgil

    abhinavsmoudgil Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    All what you have to do is just download a ajaxtoolkit dll and save it on your system and then add reference to this dll in your application. Once it is added just check your Bing Folder in your application a refference to that dll must have been added. Next you just have to register the ajax application"<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxtoolkit" %>" at the top your page just after the <% pAge tag .
    So now all what you have to do is just place a script manager on the page you want to use ajax and place the control of ajax u want t o use.
    Hope this may help .
     
    abhinavsmoudgil, Nov 26, 2009 IP