Managed code vs JavaScript

G

Goode

When building an InfoPath form using managed code in VS.Net, does the
managed code override the Javascript code? It seems that even if I
have an event hander for a button in the script.js file, if the
project contains managed code, then the Javascript handler will never
get called. Is this the expected behavior?

Thanks,

Alan Goode
 
J

Josh Bertsch [MSFT]

In general, it isn't good practice to mix code languages. In fact, this
isn't explicitly supported in InfoPath. If you are using SP1 and managed
code, I would suggest you convert all jscript to managed code and not even
attempt writing code side by side.

--josh bertsch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top