AJAX script manager problem.
-
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
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 )
-
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 )
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
-
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
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 )
-
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 )
-
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
which type website u select for the script manager. please select AJAXEnabledWebSite type website
Piyush Vardhan Singh Programmer TAS NewDelhi India
-
which type website u select for the script manager. please select AJAXEnabledWebSite type website
Piyush Vardhan Singh Programmer TAS NewDelhi India
-
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
what is the error
Piyush Vardhan Singh Programmer TAS NewDelhi India
-
what is the error
Piyush Vardhan Singh Programmer TAS NewDelhi India
please select AJAXEnabledWebSite type website
Piyush Vardhan Singh Programmer TAS NewDelhi India
-
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
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
-
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
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
-
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
but sir ji he have't adding ant type( ajax web extensions DLL) of dll
Piyush Vardhan Singh Programmer TAS NewDelhi India
-
but sir ji he have't adding ant type( ajax web extensions DLL) of dll
Piyush Vardhan Singh Programmer TAS NewDelhi India
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
-
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