how do i display a date field using databind.eval ?

  • Thread starter Thread starter natin
  • Start date Start date
d is for decimal. There is no format for date in this parameter. You can do
it in code behind in ItemDataBound or PreRender event. Alternatively you can
provide a page property in code behind that will do the formatting and
databind to this property.

Eliyahu
 
Back
Top