I have a GridView like the one below:
<asp:GridView ID="grdProjects" runat="server" />
<Columns>
<asp:BoundField DataField="proLeadName" SortExpression="proLeadName" HeaderText="???" />
I would like to set BoundField's HeaderText attribute value from code behind. Is it possible?