I have a SmallDateTime field from SQL Server that is bound to a column in a Datagrid. It shows as MM/DD/YYYY HH:MM:SS AM/PM. I want to use the VB date format functionality to format it as "DayOfWeek, MM/DD/YYYY", but the BoundColumn tag doesn't seem to support this, it only supports a DataFormatString attribute that takes {0:c} syntax. Seems like there's gotta be a way to call a server side function so I can use VB formatting. I cannot figure out how to access a 'text' or 'value' property of the bound column either, so that's a problem. Can someone help me out with this? Thanks.