Calling Javascript from a Class Library

前端 未结 2 390
感动是毒
感动是毒 2021-01-22 11:31

I have created a class library DLL to be referenced from any third-party application and it contains only one function that calls a JavaScript to read a local file and returns s

2条回答
  •  Happy的楠姐
    2021-01-22 12:17

    You can add reference of System.Web.Extensions & System.Web.UI class to your class library and get the privilege of Working on ScriptManager. RegisterClientStartUp function which can be called in Update Panel too.

提交回复
热议问题