New to .NET and I'm just wondering how to go about creating a grid populated with data from a database. I can fill the grid with a data produced from a query but what if I want to add something to this. For instance I want the first column to display a record count from 1 to the amount of records produced. The last record I want to add a "+" symbol to one of the fields. Is it better to try and build a datagrid on the fly for these instances or am I going down the right route of databinding?.
Any help or samples would be greatly appreciatedl.
Any help or samples would be greatly appreciatedl.