S
SweetNet
I have a form that in one place I have a code behind doing a insert of a
node(clone a blank row and insert) and in several other places I want to use
the native insert that Infopath gives for a repeating table. The Infopath
insert takes 10 sec. to show the new blank record on the screen. The
codebehind insert isnt that slow, but I dont want to recreate for all of my
inserts. What is the differences in the inserts here? Why is the native
insert so slow? How could I improve its speed?
node(clone a blank row and insert) and in several other places I want to use
the native insert that Infopath gives for a repeating table. The Infopath
insert takes 10 sec. to show the new blank record on the screen. The
codebehind insert isnt that slow, but I dont want to recreate for all of my
inserts. What is the differences in the inserts here? Why is the native
insert so slow? How could I improve its speed?