I've made a page using RadAjaxManager, and it works perfectly.
I have RadAjaxManager.OnResponseEnd specified to set a few variables.
I've tried to add JQuery and when i add the following line
the page errors and says that OnResponseEnd is undefined.
How do I get around this?
I have RadAjaxManager.OnResponseEnd specified to set a few variables.
I've tried to add JQuery and when i add the following line
<
script
type
=
"text/javascript"
src
=
"~/Scripts/jquery-1.4.1.min.js"
/>
the page errors and says that OnResponseEnd is undefined.
How do I get around this?