Managed code and script together in one form?

H

Huo

When I create VS.NET 2003 Infopath solution (with Infopath toolkit for VS.NET
2003), when I double click a button and click "Edit form code", I allways get
an event handler in VS.NET 2003.
Question: how can I get Infopath to generate a JScript event handler for my
button (or any other control)? Is it possible to "mix" managed code and
script together in one form?
Tnx!
 
F

Franck Dauché

Hi,

No, you can't mix them up. Because you created a .Net-based IP form, why do
you want to write JS code? Just write your code in VB.Net or C# depending on
which you picked when you first created your project.

Franck Dauché
 

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