enable property of checkbox control

  • Thread starter Thread starter vikram
  • Start date Start date
V

vikram

i am setting enable property of check box control using
javascript, but when form is posted back , it does not
reflect correct enable value.i.e. if i have set checkbox
control enabled to false in javascript, it still gives
enabled true in page load.
What is the problem in this?
thnaks
 
Controls that are disabled on the client are not posted back in the forms
collection to the server on postback (form.submit).

bill
 

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