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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top