With html buttons, I can say onclick="MyFunc tion();" and
it calls a JavaScript function called "MyFunction ", but
with the Web Controls buttons, OnClick="MyFunc tion();"
produces an error:
Compiler Error Message: BC30456: 'MyFunction' is not a
member of 'ASP.wfNI206AE_ aspx'. I'm trying to research wh
these controls can't find the javascript function. Both
the control and the javascript function are contained
within the same set of <form></form> tags.
Anyone know anything about this?
it calls a JavaScript function called "MyFunction ", but
with the Web Controls buttons, OnClick="MyFunc tion();"
produces an error:
Compiler Error Message: BC30456: 'MyFunction' is not a
member of 'ASP.wfNI206AE_ aspx'. I'm trying to research wh
these controls can't find the javascript function. Both
the control and the javascript function are contained
within the same set of <form></form> tags.
Anyone know anything about this?
Comment