Below is my code:
var grid = new GridView(); grid.DataSource = myDataset; grid.DataBind();
I want to format some of the columns of my grid to
Create a BoundField for the currency column with appropriate DataFormatString.
DataFormatString