Im trying to add data into a new column I have created in my gridview. I create the column with the code below:\[code\]Dim Field As New BoundFieldField.HeaderText = "Cummulative Amount"Dim Col As DataControlField = FieldMe.GridView1.Columns.Add(Col)\[/code\]Now I need to go in and add data for the rows below the column. I have seen ppl saying I need to set it equal to a datafield but how do I create a datafield from scratch then?Thanks in advance,