I have a piece of Javascript in my asp page that checks a checkbox on my screen. The problem is the checkedChanged method of that checkbox doesn't fire. So I wondered if I could call the checkedChanged method of that checkbox (C# function) from within my piece of Javascript code?