ASP.Net - Javascript inside AJAX UpdatePanel

后端 未结 4 1353
攒了一身酷
攒了一身酷 2020-12-08 12:14

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

4条回答
  •  一整个雨季
    2020-12-08 12:53

    Have you tried ScriptManager.RegisterStartupScript which allows you to "adding JavaScript from the server to a page when performing an asynchronous postback" ?

提交回复
热议问题