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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top