can we use AJAXToolKit and Jquery in the same page?
Say i have ScriptManage in that same page and i have also included the
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you can. However, you may want to make use of jQuery’s
noConflict()statement.I recommend putting your jQuery script directive in the ScriptManager, and use AJAXToolkit’s
ToolkitScriptManager, in place ofScriptManager.Wrapping your
<Scripts>in a<CompositeScript>tag, in conjunction with AJAXToolkit’sToolkitScriptManager, will combine all script files into 1 download at runtime.