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.
 
Top