Jquery functions in JS files not loading after partial postback using updatepanel
I have all my Jquery Functions in a separate Js files.
I have a Country drop down box based on the selection i want to populate the states without page reload, however when i tried using Update Panel, after Partial Postback the style and Jquery functions are not working.