I am trying to use DataBinding Expressions in a dynamically inserted HTML . <%=GetTitle()%> seems to get stripped before it gets a chance to Data Bind. See code snippets below: public partial class _Default : System.Web.UI.Page {Go to the complete details ...