Ok so Apply the second technique. Its a CSS based tech.
.GridHeader
{
text-align:center !important;
}
Create a Css class like one above.
and than set CssClass of your header as in the grid views tag like.
<asp:GridView ID="GridView1" runat="server" HeaderStyle-CssClass="GridHeader">