jscolor

ASP.Net - Javascript inside AJAX UpdatePanel

雨燕双飞 提交于 2019-11-28 06:04:46
I am running into an issue with running javascript from an external javascript file inside of an UpdatePanel. I am trying to get a color picker working inside of a ListView. The ListView is inside of an UpdatePanel. I am using this color picker . Here is what I have narrowed it down to: If I use the color picker on a textbox outside of an UpdatePanel , it works perfectly fine through all postbacks. If I use the color picker on a textbox inside of an UpdatePanel , it works, until I do an async postback(clicking on an "EDIT" button in the ListView). Once the UpdatePanel has done the postback,