Tuesday, December 4, 2007

InfoPath: How to programmatically switch the view

The view can be programmatically changed in C# managed code like this:

this.ViewInfos.SwitchView("
name of view");

No comments: