BigCheckBox in asp.net

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
 
T

tom pester

This issue has nothing to do with ASP. Its a CSS issue.

See the "class="BigCheckBox"" in your snippet? There has to be a defenition
of that class in your page or in an external CSS file for it to work.

If you don't understand it check with the graphical designer of the site.

Cheers,
Tom Pester
 

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

Members online

No members online now.

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,367
Latest member
mahdiharooniir

Latest Threads

Top