C
Curt
Can anyone tell me, is asp.net able to render a checkbox similar to the asp
BigCheckBox? I am migrating an asp app to asp.net and need to emulate the
same look and feel of the old application.
Here is an asp example of the control I need for asp.net:
<input type="checkbox" class="BigCheckBox" Value="1234">
This tag seems to create a normal checkbox in asp.net, rather than the
larger "XP" looking checkbox that is rendered on the old asp page.
Thanks in advance,
Curt
BigCheckBox? I am migrating an asp app to asp.net and need to emulate the
same look and feel of the old application.
Here is an asp example of the control I need for asp.net:
<input type="checkbox" class="BigCheckBox" Value="1234">
This tag seems to create a normal checkbox in asp.net, rather than the
larger "XP" looking checkbox that is rendered on the old asp page.
Thanks in advance,
Curt