Exemplo n.º 1
0
 public void OnPaging(Object s, PageChangeArguments args)
 {
     BindErrors(args.PageNum, false);
 }
Exemplo n.º 2
0
 public void OnPaging(Object s, PageChangeArguments args)
 {
     BindOrders(args.PageNum, false, false);
     ViewState["PageNo"] = args.PageNum;
 }
Exemplo n.º 3
0
 public override void ChangingPage(StateProperties properties, PageChangeArguments direction)
 {
     // Called each time the user navigates to a different page in the form. Either
     // forwards or backwards
     File.WriteAllText(@"c:\Temp\" + properties.Context.Wizard.WizardSession.Variables.RunId + ".xml", properties.GetAnswerFile());
 }