Can I use Update panel of microsoft ajax with Jquery

Hi,

Can i use Update panel of Microsoft Ajax & Juery. I have Noticed that there are not working together. Is it possible work together. if it is possible , i need your suggestion how can do it.

Thanks for attention

Yes, they should work together with no problems. How are you trying to use it? Try setting the jQuery to noConflict

Hi,

i have used in this way:-

1st created the master page and set up
<link type=“text/css” href=“css1/smoothness/jquery-ui-1.7.2.custom.css” rel=“stylesheet” />
<script language =“javascript” type=“text/javascript” src=“PL_JS/jquery.js”></script>
<script type=“text/javascript” src=“js/jquery-ui-1.7.2.custom.min.js”></script>
<script language=“javascript” type=“text/javascript” src=“msdropdown/js/jquery.dd.js”></script>

<script language =“javascript” type=“text/javascript” src=“US_JS/Default.js”></script>

2nd created the ContentPlaceHolder page and put up the script manager & update panel there.

i have used the Jquery notation instead of $ and jquery called event declare inside of update panel .

i have noticed that jquery function works fine before the grid view event fire .

please would you advice me how can i work together .

looking to your advice.

Thanks for help

Oh ok, So the jQuery function is in the update panel? That is going to be tricky. As it returns code and doesnt no it is javascript to execute. I will have to think of how to do it again. Cnt remember right now. I have done this long a ago last.

Just a question tho. Y use MS Ajax at all if you use jQuery? I removed all of MS Ajax off my site after i adopted jQuery. As it is a lot more realiable and light weight.

Thanks for help & advice . i have solved this issue and also removed update panel & script manager tag from page not whole project. what is reason do not use both simultaneously. if u know please replay my question .

Thanks & co-operation
with my pleasure

You can use them together. But if an ajax response comes back with the js in it, it does not know to execute that code. IIRC there is something u must do to make it work, but cannot remember what that is.

I will give it some thought and post back if I remember