I'm trying to do some runtime databinding on my aspx page and got some odd results, so I built a small test case.
<
asp:Label ID="Label2" runat="server" Text='<%# Eval("EffDate") == Eval("EffDate") %>Why would this evaluate to "False" when Eval("EffDate") has a value of "1/1/2006"?
In the absence of a solution, I'm moving the code to an event handler (assuming I find the right one).
The documentation says it returns a string, and when I display the value that's what I get.
Copyright (c) Marimer LLC