Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. SharePoint
  4. How to add Ajax controls to Share point

How to add Ajax controls to Share point

Scheduled Pinned Locked Moved SharePoint
tutorial
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sajithnet
    wrote on last edited by
    #1

    Hi, Iam using microsoft office Share point designer 2007. i need to add ajax contols to it how it is possible to add ajax tool kit. Regards, sajith

    N I 2 Replies Last reply
    0
    • S sajithnet

      Hi, Iam using microsoft office Share point designer 2007. i need to add ajax contols to it how it is possible to add ajax tool kit. Regards, sajith

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      You can always add the controls directly as html elements to a page. However, since it may involve distributing assemblies for the toolkit creating a solution package with Visual Studio would be a better approach.


      No comment

      1 Reply Last reply
      0
      • S sajithnet

        Hi, Iam using microsoft office Share point designer 2007. i need to add ajax contols to it how it is possible to add ajax tool kit. Regards, sajith

        I Offline
        I Offline
        Ibrahim Hebish
        wrote on last edited by
        #3

        you must make some changes to your Web.config file , to allow ajax controls to be added to WebParts or FieldControls. to do that 1- take your site web.config file (copy and paste) to a web application (web.config file), but this web application must target (.Net 2.0) and then make this web application to target (.Net 3.5) so it will add all tages that you want to configure ajax to your site . take this web.config (again to your site web.config). 2- add your "AjaxToolKit Assembly" to your Web.Config in many tags A- in B- in C- in 3- add your "AjaxToolKit" ScriptManager Control to your site master page so you can now add ajax controls from .net ajax extension or from AjaxToolKit

        Sincerely, Ibrahim Hebeish | SoftwareDeveloper | Portal Services | EgyptNetwork(Com) M: +201281744594 Email: i.hebeish@egyptnetwork.com

        N 1 Reply Last reply
        0
        • I Ibrahim Hebish

          you must make some changes to your Web.config file , to allow ajax controls to be added to WebParts or FieldControls. to do that 1- take your site web.config file (copy and paste) to a web application (web.config file), but this web application must target (.Net 2.0) and then make this web application to target (.Net 3.5) so it will add all tages that you want to configure ajax to your site . take this web.config (again to your site web.config). 2- add your "AjaxToolKit Assembly" to your Web.Config in many tags A- in B- in C- in 3- add your "AjaxToolKit" ScriptManager Control to your site master page so you can now add ajax controls from .net ajax extension or from AjaxToolKit

          Sincerely, Ibrahim Hebeish | SoftwareDeveloper | Portal Services | EgyptNetwork(Com) M: +201281744594 Email: i.hebeish@egyptnetwork.com

          N Offline
          N Offline
          Not Active
          wrote on last edited by
          #4

          It is extremely bad practice to manually edit web.config files for SharePoint. Any edits should be handled via a solution package so they can be applied to all web applications and servers in the farm.


          No comment

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups