Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I am trying to navigate to a page in the wizard control via code. I've tried:
wizardControl.PageCollection.Item("somePage").visible = true
wizardControl.PageCollection.Item("somePage").Show()
Neither worked. How can I do this?
Thanks!
|