How to check if a checkboxes state has changed

Posted by MemphisDeveloper on Stack Overflow See other posts from Stack Overflow or by MemphisDeveloper
Published on 2010-05-24T15:40:12Z Indexed on 2010/05/24 15:41 UTC
Read the original article Hit count: 237

Filed under:
|
|
|

Using .Net, I need to generate a response based on only the checkboxes on my form that have had there states changed. So how do I know if the check box has changed from its previous value before submission. I can't use the onchange event because the user may check multiple boxes before submitting.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET