I am looking for a condition under itemtemplate column to send the date format:
I want to pass this"dd/mm/yyyy" or "mm/dd/yyyy" value via
session("datelocale")
*****************************************************
<ItemTemplate>
<%# trim(DataBinder.Eval(Container.DataItem,"eventdate","{0:MM/dd/yyyy}")) %>
</ItemTemplate>
*****************************************************
Thank you very much for the information.


Reply With Quote
