World is now on Opti ID! Learn more
AI OnAI Off
World is now on Opti ID! Learn more
<%#...%>
is the data binding expression syntax. Is this part of the code included in a server control that is databound? If not, this code will never be executed. Try using
<%=...%>
which is short for
Response.Write(...);