Re: Adding a client event handler to tags other than the tagkey
by Mark Rae [MVP] on 11/1/2007 8:31:00 AM
"Nathan Sokalski" <njsokalski@hotmail.com> wrote in message
news:OJJty4CHIHA.5544@TK2MSFTNGP02.phx.gbl...
[cross-posting removed]
>I want to add a client-side onchange event to the input tag generated by a
>CheckBox Control.
A CheckBox webcontrol renders as an <input type="checkbox" /> control, which
doesn't have an onchange event so you're wasting your time trying to wire
one up...
<input type="checkbox" /> controls have the following object-specific event
handler properties:
onblur
onclick
onfocus
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
--
Mark Rae
ASP.NET MVP
http://www.markrae.net