S
szabelin
Hello, I am trying to call a function inside the
javascript block from asp.net during the postback (NOT
button's OnClick event handler though). The javascript
function creates new popup window. I register the
javascript code with the RegisterClientScriptBlock.
How how do I call the javascript function inside the block
from within C# asp.net page.
(yes I know popups are bad, please do not reply if you
only want to comment on why this is so)
Thanks!
javascript block from asp.net during the postback (NOT
button's OnClick event handler though). The javascript
function creates new popup window. I register the
javascript code with the RegisterClientScriptBlock.
How how do I call the javascript function inside the block
from within C# asp.net page.
(yes I know popups are bad, please do not reply if you
only want to comment on why this is so)
Thanks!