Hello I have a function getRows in my codebehind file that returns html as a string and Im calling it from my html markup file like so:
<% =getRows() %>
but the html isnt rendering. I copied and pasted the output of the function into my html file and it rendered just fine so it seems there must be something wrong with the way Im calling the function from the html file. Any ideas? As always I appreciate your help!
<% =getRows() %>
but the html isnt rendering. I copied and pasted the output of the function into my html file and it rendered just fine so it seems there must be something wrong with the way Im calling the function from the html file. Any ideas? As always I appreciate your help!