Problem:
a table with 2 columns: a columns of label and a column of textbox.
Now in the second column i'm adding a checkbox.
Problem: how to align it to textboxes The check has a little border that you can see when you check it. Isn't possible to enable it
Thx

aligning check
km5gn
Kris Taeleman
Josh_R
littleton.1
the alignment of square...i have no text...
the square has a border, margin or something else
Peter Tübben
myCheckBoxOnColumn.CheckAlign = ContentAlignment.MiddleRight;
Nothing less, nothing more.
PSinclair
pls give me an example of code...i can't find it...
i have
chk....
K42
i haven't that property, i'm using a simple CheckBox..what is onColumn ....i have not datagrid...
SteveHagget
You posted that the CheckBox whas on a column, but it is just a variable name. What code are you using and are you using the CheckBox class
JeffJ
Daksh Khatter
<TABLE id=Table1 cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TR>
<TD colSpan=2 height=5></TD></TR>
<TR>
<TD>
<wbc:etichetta id=lblDenominazione runat="server"> Denominazione </wbc:etichetta></TD>
<TD width="100%">
<wbc:testo id=txtDenominazione runat="server" Columns="100"></wbc:testo></TD></TR>
<TR>
<TD>
<wbc:etichetta id=lblAbilitato runat="server"> Abilitato </wbc:etichetta></TD>
<TD width="100%">
<wbc:check id=chkAbilitato runat="server" Text=""></wbc:check></TD></TR>
<TR>
where etichetta is label, check is checkbox and testo is textbox...
now chkAbilitato.xxx there isn't checkalign!
PaloMisik
AAAAAAAAAAAAAAAH OK
Thx!!!
Ram Pamulapati
The property i gave is for the System.Windows.Forms.CheckBox class.
Check over in the ASP.NET forums.
christinamarygeprge
Jack H
This property is supported sinds .NET Framework 1.0
©2008 Software Development Network
powered by phorum