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
Curious Sandbox folders in server 2008
SQL Sever Store Proc Syntax for using LIKE in Where Clause with @Parameter
I need a asp.net 3.2 email handler vb
Redirect websites on SBS 2003
Counting the number of time an item occurs with another event
Excel spreadsheet
Certreq in Windows 2003 Server (Certificate Authority)
Installing windows 2008 without DVD Drive
Conversion failed when converting date and/or time from character string.
SBS08 - RWW - FQDN - Can't Get it to Work?