Wednesday, October 23, 2013

Using Jquery and Update Panels together

Honestly, it's been a while since I've had to mix updatePanels and jQuery together, but a recent project forced me into a situation where I had to modify some existing updatePanel code and also apply some jquery plugins.  In any case, I ran into a situation using datePicker, where I would lose the datePicker on a text box after a partial postback.  I've run into this problem before but I found a great post that explains some very simple ways to address this issue.  Here it is: