D
dm1608
I'm binding a column to a datagrid and would like to convert the column to
uppercase.
I notice that if I edit the GridView column, I can add formatting such as
{0:d} and {0:c} to the data item.
How can I convert this item to Uppercase?
I suppose I could do it via SQL, but I want to know how to do it using code.
Thanks
uppercase.
I notice that if I edit the GridView column, I can add formatting such as
{0:d} and {0:c} to the data item.
How can I convert this item to Uppercase?
I suppose I could do it via SQL, but I want to know how to do it using code.
Thanks