BigCheckBox

  • Thread starter Thread starter Curt
  • Start date Start date
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
 
Curt,

I have no idea how the asp BigCheckBox looks like, but, if all you want is
just to make a checkbox look bigger, you can try setting bigger font-size.


Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top