mljonzs
Posts: 124
|
| Posted: 06/21/2007, 12:19 PM |
|
I have a large and growing ASP Code Charge application that I am having problems with. All of a sudden client-side java is not getting executed. The affected code seems to be the code that was added using the OnChange and/or OnClick event in code charge Events tab. It seems that the binding is not functioning properly all of a sudden and I'm not sure why this would be? To solve the first problem with this, I moved the code to a javascript file that I then included in the HTML and add the onchange="methodcall();" to the HTML for the affected list box. This worked but did not tell me why it would not work when added using CodeCharge framework.??
Can anyone offer any suggestions as to what I may have done to my application to break the event binding?
_________________
What does not begin WITH God, will end in failure!
|
 |
 |
mljonzs
Posts: 124
|
| Posted: 06/29/2007, 12:38 PM |
|
Doesn't anyone have any ideas for me on this? I am having to redo all my project pages to include method calls directly in the HTML input tags and not use the CodeCharge generated methods to customize with the javascript. It is really annoying and I'm not sure what else to look at to resolve??
_________________
What does not begin WITH God, will end in failure!
|
 |
 |
|