Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Nacho #1
How could i align the text in a column?
All the columns in my I'd like to align the columns to the right, left or
center but i don't find a property to do it.
Is it possible?
Thanks
Nacho Guest
-
right align a number column in a datagrid
How can right align a number column in a datagrid? -
align data column from codebehind
Hello. I've started a datagrid in codebehind and need to have the numeric columns right aligned. here's the code: ----- Select Case arThis1(1)... -
Align text
Hi again, Thanks for you help with my data structure problem, a hash of hashes problem did the job :-) I would like to know how to align text... -
Can perltidy left-align side comments to a specific column?
Dear Perl beginners and mentors thereto, I would like to use perltidy to left-align side comments in a Perl script to a specific column, if... -
how to Align text left & vertical align middle
Hello, I have a asp lable control, which I use to display text in, I would like to have the text display aligned in the center and vertical... -
Alvin Bruney #2
Re: How could i align the text in a column?
you would need to do this in itemdatabound event the e argument contains a
alignment property
"Nacho" <imorenob2@hotmail.com> wrote in message
news:#M4b7N6eDHA.1888@TK2MSFTNGP12.phx.gbl...> All the columns in my I'd like to align the columns to the right, left or
> center but i don't find a property to do it.
>
> Is it possible?
>
> Thanks
>
>
Alvin Bruney Guest



Reply With Quote

