I have a query which returns me the total data in bytes...
is there a way i can change this value to MB in the bound field
my bound field is :
<asp:BoundField DataField="totaldata" HeaderText="Total Data"
ReadOnly="True" SortExpression="totaldata" DataFormatString="{0:n2}" />
is there a way i can divide the totaldata by 1048576
any suggestions...??
thanks