How to solve this Jquery notworking with in Update panel

Posted by Jayakumars under ASP.NET AJAX on 8/6/2013 | Points: 10 | Views : 1980 | Status : [Member] [MVP] | Replies : 1
hi

hi
I have problem Jquery did not working with in Update panel


My code this
===================
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList>
</ContentTemplate>
</asp:UpdatePanel>


I have bind here dropdown using json post when i run this code
my dropdownlist did not bind


i am also using like this not working how to solve this
<asp:AsyncPostBackTrigger ControlID="save" EventName="Click" />

Mark as Answer if its helpful to you

Kumaraspcode2009@gmail.com



Responses

Posted by: Bhupentiwari on: 8/7/2013 [Member] Starter | Points: 25

Up
0
Down
Hi Refer this link

http://www.codeproject.com/Articles/601683/Working-with-jQuery-within-the-ASP-NET-UpdatePanel



Thanks n Regards
Bhupendra Tiwari

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response