Regarding using infopath xml forms in asp.net pages with vb langua

G

G.N.Rajesh

Hi,

Could you please help me on ....
adding a copy of an existing node that is there in
an infopath xml file , to the same infopath xml file , multiple times, for
generating
a repeating table, in infopath form, using asp.net with vb language.
 
W

wjasonstrutz

It sounds like you're trying to clone a node, and insert it into the same
table. This can be done using the ExecuteAction method of the View object.
Search for ExecuteAction in the script editor help. This method allows you
to programmatically manipulate repeating table and repeating section entries,
including adding and deleting rows.

jason.
 

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