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
Code retriving duplicated numbers.
Browser hangs when uploading large files > 10 MB to Sharepoint
query
Extracting Numbers
How do I check for the correct Excel extension when importing a file into MS Access 2003
Closing of Internet Explorer at the end of a process in ms access 2003
W3WP crashing windows server 2003 and 2008 and iis6 and iis7
Convert to Primary Zone to Secondary zone
What are ROLLUP and CUBE commands in SQL Server 2000 ?
Pivot Table Form - Display Null Values as "0" on Data Axis