PDA

View Full Version : onchange event of checkbox in client side


sugeet_s
06-08-2006, 12:36 PM
hi friends,

Is there a method to call a javascript function on change of the state of a checkbox control in asp.net without having postback the control.

it generates following html source at the client end.

input id="chkInterest1" type="checkbox" name="chkInterest1" /><label for="chkInterest1">Interest1</label>


thanks in advance

regards
sugeet

Brandoe85
06-09-2006, 05:47 AM
Please don't cross post :mad:

http://www.codingforums.com/showthread.php?t=88695