Tagged Questions
7
votes
9answers
24k views
Formatting DataBinder.Eval data
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 format in the homepage. I'm using ...