Currently I am working with Visual Studio 2010
.
If I opt not to utilize the Ajax
extension, meaning that I'm not using ScriptManager
and UpdatePanel
, it becomes a straightforward task to invoke a JavaScript
function from a C#
code behind event for any control using "
ClientScript.RegisterStartupScript
".
However, in the scenario where my C#
code is situated behind a control within UpdatePanel and we are leveraging ScriptManager
for Ajax
functionality,
what steps should be followed?