Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

asp net css how to change text alignment of gridview column

protected void GridView1_DataBound(object sender, EventArgs e)
    {
        GridView1.Columns[1].ItemStyle.HorizontalAlign = HorizontalAlign.Right;
    }
Source by forums.asp.net #
 
PREVIOUS NEXT
Tagged: #asp #net #css #change #text #alignment #gridview #column
ADD COMMENT
Topic
Name
6+5 =