In that column, instead of Autogenerating your columns, use <asp:templatecolumn></asp:templatecolumn> to generate your columns and in the 3rd column place labels for the date and Shipping service and then a hyperlink control for the tracking number.
Add this to the controls <asp:[control] text='<%# Containter.DataItem("[field]")%>'>
hth
"The one language all programmers understand is profanity."
|