I have a web application that I am working on(ASP.NET 2.0 & C#). In it, I have a gridview that gets data from an Oracle Database. Some of the data that I need to display
You can apply a dataformatstring in the gridview column to only show the date.
dataformatstring
gridview
To get it to work you must make sure that HTMLEncode is set to false.
HTMLEncode
false
More information