How can I format data coming from a DataBinder.Eval statement in an ASPX page?
For example, I want to display the published date of the news items in a particular fo
Why not use the simpler syntax?
This is the template control "Eval" that takes in the expression and the string format:
protected internal string Eval( string expression, string format
)
http://msdn.microsoft.com/en-us/library/3d2sz789.aspx