I've found out that I can't do this:
Doing that just outputs the text and does not evaluate what's in the server tag.
How do I correctly evaluate that expression so that it outputs the contents of the data?
Code:
OnClientClick='var a = <%# DataBinder.Eval(Container.DataItem, "field") %>;'
How do I correctly evaluate that expression so that it outputs the contents of the data?
Comment