using some date time picker plugins i am unable to rebind them after ajax update panel completion.
i used a control containing jquery plugins for date and time , inside page.
it works fine at first but when change drop down list, it’s update panel rebind and don’t bind jquery functionality again.
using some date time picker plugins i am unable to rebind them after ajax
Share
Problem is update panel refresh the dom and every child element inside update panel re-render when ajax request by update panel.