Button Click to switch pages in a pagframe?

  • Thread starter Thread starter Stephen Russell
  • Start date Start date
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.
 
Back
Top