I have a javascript function that response to a click of <tr> and check a “asp:radiobutton”
the radiobutton attribute, “autopostback” is set to “true”,however the javascript function that check the radiobutton don’t fire the event of the radiobutton “radiobutton_CheckedChanged”
What can I do in order to fire the radiobutton event after it was checked by the javascript function?
Thanks for any help
I found the answer: