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. ASP.NET
  4. AJAX script manager problem.

AJAX script manager problem.

Scheduled Pinned Locked Moved ASP.NET
helpcsharpvisual-studiotoolsquestion
14 Posts 4 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.
  • R Ron S

    Hello All, I am using visual studio 2005 web developer. i am unable to add the ajax script manager over the aspx page. it is giving me error. Did i miss some proceedure before using the scriptmanager in aspx pages???? Thanks in advance

    Bharath.S Ron

    C Offline
    C Offline
    Christian Graus
    wrote on last edited by
    #2

    Hard to say, when you don't tell us what your error is, or what your code looks like.

    Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

    R 1 Reply Last reply
    0
    • C Christian Graus

      Hard to say, when you don't tell us what your error is, or what your code looks like.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      R Offline
      R Offline
      Ron S
      wrote on last edited by
      #3

      when i am adding the script manager over the form it is giving the error on the script manager tool saying" Error creating control- scriptmanager " duplicate component name scriptmanager1, components name must be unique this is the error which i am getting Thanks

      Bharath.S Ron

      C 1 Reply Last reply
      0
      • R Ron S

        when i am adding the script manager over the form it is giving the error on the script manager tool saying" Error creating control- scriptmanager " duplicate component name scriptmanager1, components name must be unique this is the error which i am getting Thanks

        Bharath.S Ron

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #4

        And what did you do to investigate this error ? I mean, the message is quite clear, do you have a scriptmanager on the page already ( you obvioulsy do ) ?

        Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        R 1 Reply Last reply
        0
        • C Christian Graus

          And what did you do to investigate this error ? I mean, the message is quite clear, do you have a scriptmanager on the page already ( you obvioulsy do ) ?

          Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          R Offline
          R Offline
          Ron S
          wrote on last edited by
          #5

          No, i haven't used the script manager before in this site. For that reason only i got confused, so , i am seeking help.

          Bharath.S Ron

          P 1 Reply Last reply
          0
          • R Ron S

            No, i haven't used the script manager before in this site. For that reason only i got confused, so , i am seeking help.

            Bharath.S Ron

            P Offline
            P Offline
            Piyush Vardhan Singh
            wrote on last edited by
            #6

            which type website u select for the script manager. please select AJAXEnabledWebSite type website

            Piyush Vardhan Singh Programmer TAS NewDelhi India

            R 1 Reply Last reply
            0
            • P Piyush Vardhan Singh

              which type website u select for the script manager. please select AJAXEnabledWebSite type website

              Piyush Vardhan Singh Programmer TAS NewDelhi India

              R Offline
              R Offline
              Ron S
              wrote on last edited by
              #7

              i have already developed the website in asp.net 2.0, now i want to implement ajax over that. i am not sure whether this is pssible or not. If i create new ajaxenabled website then it will not give any error.

              Bharath.S Ron

              P 2 Replies Last reply
              0
              • R Ron S

                i have already developed the website in asp.net 2.0, now i want to implement ajax over that. i am not sure whether this is pssible or not. If i create new ajaxenabled website then it will not give any error.

                Bharath.S Ron

                P Offline
                P Offline
                Piyush Vardhan Singh
                wrote on last edited by
                #8

                what is the error

                Piyush Vardhan Singh Programmer TAS NewDelhi India

                P 1 Reply Last reply
                0
                • P Piyush Vardhan Singh

                  what is the error

                  Piyush Vardhan Singh Programmer TAS NewDelhi India

                  P Offline
                  P Offline
                  Piyush Vardhan Singh
                  wrote on last edited by
                  #9

                  please select AJAXEnabledWebSite type website

                  Piyush Vardhan Singh Programmer TAS NewDelhi India

                  1 Reply Last reply
                  0
                  • R Ron S

                    i have already developed the website in asp.net 2.0, now i want to implement ajax over that. i am not sure whether this is pssible or not. If i create new ajaxenabled website then it will not give any error.

                    Bharath.S Ron

                    P Offline
                    P Offline
                    Piyush Vardhan Singh
                    wrote on last edited by
                    #10

                    my dear AJAX script manager only work on ajaxenabled website.when u done this work then rply me

                    Piyush Vardhan Singh Programmer TAS NewDelhi India

                    M 1 Reply Last reply
                    0
                    • P Piyush Vardhan Singh

                      my dear AJAX script manager only work on ajaxenabled website.when u done this work then rply me

                      Piyush Vardhan Singh Programmer TAS NewDelhi India

                      M Offline
                      M Offline
                      Malcolm Smart
                      wrote on last edited by
                      #11

                      No it doesn't. You can add a reference to the ajax web extensions DLL, and then add ScriptManagers to any ASP.NET website. I am currently going through my sites doing similar. As CG said, I imagine the OP is putting more than one ScriptManager on the page.

                      "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

                      P 1 Reply Last reply
                      0
                      • M Malcolm Smart

                        No it doesn't. You can add a reference to the ajax web extensions DLL, and then add ScriptManagers to any ASP.NET website. I am currently going through my sites doing similar. As CG said, I imagine the OP is putting more than one ScriptManager on the page.

                        "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

                        P Offline
                        P Offline
                        Piyush Vardhan Singh
                        wrote on last edited by
                        #12

                        but sir ji he have't adding ant type( ajax web extensions DLL) of dll

                        Piyush Vardhan Singh Programmer TAS NewDelhi India

                        M 1 Reply Last reply
                        0
                        • P Piyush Vardhan Singh

                          but sir ji he have't adding ant type( ajax web extensions DLL) of dll

                          Piyush Vardhan Singh Programmer TAS NewDelhi India

                          M Offline
                          M Offline
                          Malcolm Smart
                          wrote on last edited by
                          #13

                          He doesn't say this. He says he gets duplicate controls. How do you know he hasn't? I was simply saying to can add the Microsoft Ajax extensions to a non AjaxType website.

                          "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

                          R 1 Reply Last reply
                          0
                          • M Malcolm Smart

                            He doesn't say this. He says he gets duplicate controls. How do you know he hasn't? I was simply saying to can add the Microsoft Ajax extensions to a non AjaxType website.

                            "More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

                            R Offline
                            R Offline
                            Ron S
                            wrote on last edited by
                            #14

                            I have added the refernce to the required DLL, ajax toolkit and web extension dll..

                            Bharath.S Ron

                            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