checkbox problem.

G

Guest

Dear All,

When I use ENABLE property of checkbox set to FALSE at the c# level (server side). I’m not able to change the DISABLE status of the checkbox at javascript level (client side).

Anybody can help

Thanks
 
J

Jos

Mac said:
Dear All,

When I use ENABLE property of checkbox set to FALSE at the c# level
(server side). I'm not able to change the DISABLE status of the
checkbox at javascript level (client side).

It's because the <input type="checkbox" > is embedded in a disabled span
tag.
Try using a HTML control instead of a Web Control.
 

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

Top