I have a table in a sql db that stores the date as a string ex: 081905, I was wondering if there were an easy way to format the string to a date format "MM/DD/YY" when I bind it to a DataGrid so the display would be "MM/DD/YY".....

Any suggestions....
Thanks