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
sd_dolphins
Jat the great
the alignment of square...i have no text...
the square has a border, margin or something else
Arunagiri
AAAAAAAAAAAAAAAH OK
Thx!!!
Ann aaa
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
A_Bomb
AlanJensen
The property i gave is for the System.Windows.Forms.CheckBox class.
Check over in the ASP.NET forums.
Chubby Bunny
i haven't that property, i'm using a simple CheckBox..what is onColumn ....i have not datagrid...
bpmerkel
Ngetal
parthasarathy
This property is supported sinds .NET Framework 1.0
G.T.
pls give me an example of code...i can't find it...
i have
chk....
Dazzford
<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!
ak8888
myCheckBoxOnColumn.CheckAlign = ContentAlignment.MiddleRight;
Nothing less, nothing more.
Georgesl
©2008 Software Development Network
powered by phorum