Microsoft
Software
Hardware
Network
Question : Left justify column data
I am running a .NET 2.0 application w/ SQL Server. There 4 columns that are displayed on a webpage. I want the data in the columns to be left justified. Any ideas? Is this something I can set in the properties of the SQL Server Table / Columns? I tried to manipulate the code
(HorizontalAlign="left") it was originally set to HorizontalAlign="center" but the data in the columns is still being displayed as centered. *more code is below
Code Snippet:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13:
AutoGenerateColumns="False">
Open in New Window
Select All
Answer : Left justify column data
May be you need manipulate with property 'ItemStyle-HorizontalAlign
' for each
section.
Random Solutions
There isn't enough memory to perform this operation
How to convert this VB.NET code to VC# code?
lock cloumn width for only selected cells
Excel 2003 is looking for pro11.msi, where can i find it and why is it needed all of a sudden?
EBS 2008 Server Problem
copy query results into email body using vb and format like cut and paste
.txt File comparison
how to create crystal report programmatically using vs 2005 ide?
Open Sharepoint server's pdf file in asp.net...
How do I disable the ICS DHCP server?