Ask a Question related to ASP.NET General, Design and Development.
-
Sara T. #1
Problrm with CheckBox Control
When I use CheckBox as a webcontrol (Server Control), I found that I cannot
set it to left
align.
Like this:
This is a label
[x] This is my check box
I need to see CheckBox on the position "T"
But if I use HTML control, it's ok.
How can I do ?
Sara T. Guest
-
how to put checkbox control by using checkboxlist within the repeater?
how to put checkbox control by using checkboxlist within the repeater? -
strange problrm
On our small network (3 G4's - 450/800/powerbook, all running on 9.2 with FH9) one of the machins (G4 400) caanot read FH documents (only) which... -
Custom checkbox control and postback
Hello, please help me I create a set of custom controls with IPostBackDataHandler, and postback processing. All worked correctly, only custom... -
Checkbox List Control
Is there any way to reset the Checkbox List control in one line syntax rather than looping through it? Thanks Nitc3 -
/!\ How to colorize selected checkbox in checkboxlist control ?
Dear UseNet readers, Does anyone have any idea on how to colorize selected checkbox in checkboxlist control ? I've quite a huge checkboxlist... -
Sara T. #2
Re: Problrm with CheckBox Control
Thanks a lot foy your replying
Following is my code:
<asp:Label id="Label2" runat="server">Label</asp:Label>
<br>
<asp:CheckBox id="CheckBox2" runat="server" Text="This is
checkbox"></asp:CheckBox>
<br>
<asp:Label id="Label1" runat="server">Label</asp:Label>
I found that on the rectangle [] of checkbox is not the same position of
character "L"
"Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message
news:#YTDo8dUDHA.2152@TK2MSFTNGP09.phx.gbl...to> Hi Sara,
>
> Could you show us the code that isn't working for you? The following seemscannot> work:
>
> <form id="Form1" method="post" runat="server">
> <asp:checkbox id="CheckBox1" runat="server" checked="True"
> textalign="Left"></asp:checkbox>
> <asp:label id="Label1" runat="server">Hello </asp:label>
> </form>
>
> Ken
>
> "Sara T." <sarana@infoquest.co.th> wrote in message
> news:ukGisqdUDHA.2052@TK2MSFTNGP10.phx.gbl...
> When I use CheckBox as a webcontrol (Server Control), I found that I> set it to left
> align.
>
> Like this:
>
> This is a label
> [x] This is my check box
>
> I need to see CheckBox on the position "T"
>
> But if I use HTML control, it's ok.
>
> How can I do ?
>
>
>
>
>
Sara T. Guest



Reply With Quote

