views:

305

answers:

1

The CheckedChanged event of a checkbox fires upon autopostback. Is there a way to fire that event with autopostback set to false?

A: 

By a manual postback.
Seriously, how could an event fire without posting back?

Dercsár
I think the OP means that it should fire when the page is eventually posted, if the value has changed.
klausbyskov
brain fart. Thanks
user279521
no, not eventually posted. It should fire when the user checks and unchecks the checkbox. I need to add javascript to make this happen.
user279521
The question is misleading then. Mentioning CheckedChanged event in a question tagged as asp.net leads me right to the server side. Good luck, anyways :)
Dercsár