Hello, I have a ViewGrid where one of the columns is written as:
What is weird is that the justification only happens on the odd rows and the even rows are left justified. I am using SQL Server 2000.
What could be wrong?
Thanks,
Louis
Code:
<asp:BoundField DataField="Ad" HeaderText="Description">
<ItemStyle HorizontalAlign="Justify" Width="410px"/></asp:BoundField>
What is weird is that the justification only happens on the odd rows and the even rows are left justified. I am using SQL Server 2000.
What could be wrong?
Thanks,
Louis