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
2010-03-26 13:07:38
I think the OP means that it should fire when the page is eventually posted, if the value has changed.
klausbyskov
2010-03-26 13:08:56
brain fart. Thanks
user279521
2010-03-26 13:09:11
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
2010-03-26 13:10:02
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
2010-03-26 15:42:35