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