Как добавить столбец GridView в код программной части?

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>
11
задан Charles 3 January 2013 в 00:25
поделиться