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
CapitanMiki
pls give me an example of code...i can't find it...
i have
chk....
bobthebob
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
AdamCCC
This property is supported sinds .NET Framework 1.0
Allan Hirt
Stathread
KitG
the alignment of square...i have no text...
the square has a border, margin or something else
Alexey Monastyrsky
<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!
Carlos Figueroa
i haven't that property, i'm using a simple CheckBox..what is onColumn ....i have not datagrid...
abrewerton
basmar
myCheckBoxOnColumn.CheckAlign = ContentAlignment.MiddleRight;
Nothing less, nothing more.
Shaun Hayward
jorgew
MohammadSamara
The property i gave is for the System.Windows.Forms.CheckBox class.
Check over in the ASP.NET forums.
Keith Buik
AAAAAAAAAAAAAAAH OK
Thx!!!
©2008 Software Development Network
powered by phorum