You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a JSON object similar to this:
{ "id": "109",
"Brief Description": "text goes here" }
When I am trying to display the page using RenderHTML, I noticed <%=Brief Description%> is not bringing the value i am looking for. Is there a syntax that I need to use to handle the space in between two words?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I have a JSON object similar to this:
{ "id": "109",
"Brief Description": "text goes here" }
When I am trying to display the page using RenderHTML, I noticed <%=Brief Description%> is not bringing the value i am looking for. Is there a syntax that I need to use to handle the space in between two words?
Thanks in advance.
The text was updated successfully, but these errors were encountered: