Skip to content

ASP.Net Webform: Add HTML and javascript dynamically

I need a ASP.net application which is only kind of “pageDisplayer” from content which is coming from an API. So I choose ASP.net Webform and tried the following: The html content and the script are loaded correct but I cannot access DOM elements in the javascript. The javascript looks like that No…