Hi AllAs we all know that there exist a page life-cycle in case of .aspx forms. So theres also having a page life-cycle in case of Infopath forms. So what acutally are the methods it contains?Thanks & Regards | Pankaj | India
Hello,
If we have onLoad() method in code it will first executes then OnAfterChange/OnBeforeChange event methods, OnContext and OnSwithView methods are executed.