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
Delete / Replace Apostrophes on Data Entry
SharePoint Dataview Where Lists Act Like Joined Tables
Windows 7 - Advice required to remove old Windows XP from dual boot.
How do I create a subdomain email address?
Remove Strange Characters from Access Data Field
How to enable chat history logging on Office Communicator 2007?
SBSMONITORING CPU constant CPU usage
How do I retrieve text from a website
Saving an Access report to a PDF (Acrobat 6.0) document with a custom file name
Allow Value List Edits in combobox?