Hello everybody,
I have a scenario - I need to add a "Repeater Section" at the click
event of a button. I need to be able to do some custom processing when
before the creation of the next section, and hence I'm looking for a
programmatic way to create it. Any ideas or suggestions would be really
helpful.
Thanks,
Chris
Sumanth Peddi - 14 Apr 2005 23:44 GMT
Try this.....
thisXDocument.View.DisableAutoUpdate()
thisXDocument.View.ExecuteAction("xCollection::insert", "Insert the ID
found when you check under the advanced tab of the repeater.")
thisXDocument.View.EnableAutoUpdate()