Click here to Skip to main content
15,902,275 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
i am using an ASP gridview, i am Binding the data field,Header Text dynamically through code behind(c#).

I am also setting the style of the column dynamically all are working fine but one of the Column Horizontal-align.Center is not working .
Posted
Updated 7-Sep-13 0:15am
v2

 
Share this answer
 
<ItemStyle HorizontalAlign ="Center" />
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900