S
Stephen Russell
I have a multi-page form where I need to switch the user to the second page
after I fetch it's data.
Here is my code :
this.dsVehicle = this.oSingle.GetVehicle(lnKey);
this.PropertiesPage.Show();
But it doesn't work. Any ideas on how to get the switch of page?
TIA.
after I fetch it's data.
Here is my code :
this.dsVehicle = this.oSingle.GetVehicle(lnKey);
this.PropertiesPage.Show();
But it doesn't work. Any ideas on how to get the switch of page?
TIA.