How do I use code on an
Text='<%# Eval(“PickPrice”) %>’
if I fx would like to say PickPrice * 2 or if I received a date as string and would like to subtract it from today?
Trying to combine <% … %> with the <%# .. %>
from looking at here:
http://naspinski.net/post/inline-aspnet-tags-sorting-them-all-out-(3c25242c-3c253d2c-3c252c-3c252c-etc).aspx
Try:
For the date, you can do something like: