I'm trying to add a column to a GridView, in ASP.NET 2.0
gridViewPoco.Columns.Add(...)
However, i cant find the right option. I'd like equivalents to the following:
<asp:BoundField>
<asp:TemplateField>
|
I'm trying to add a column to a GridView, in ASP.NET 2.0
However, i cant find the right option. I'd like equivalents to the following:
|
||||
|
|
|
For example;
|
||||
|
|
|
Soner's Answer is great for adding columns to the end of the Gridview. If, however, you find yourself needing to add columns to the middle of the GridView, you'll need to take a slightly different path (using the
|
|||
|
|