How can I center the text of the rows of an <asp:GridView />
that gets populated at run-time?
I have tried RowStyle-HorizontalAlign="Center"
and similar things that I have found in this site to no avail.
Similarly, I cannot center a GridView
inside a div
—that is, <div><asp:GridView /></div>
—to save my life.
Am I using a bunch of deprecated functions or what? Also, Chrome is my default browser.
I am aware that a thousand questions in the gist of mine have been asked before, but all that I have tried are either years old or are not working.
Thanks in advance!