I have 2 RadPageViews the first one is the main (RadpageView1)
and the second one (RadpageView2) and it is inside the RadpageView1's tab 5, so i
want when i click a button located (RadpageView2), to open RadpageView1's
tab 6.
Thanks for the reply Dimitar it solved the problem.
but this code was C# so i had to convert to VB code thanks to telerik code converter
For those behind this is the VB code:
radPageView1.SelectedPage = radPageView1.Pages(5)
0
Dimitar
Telerik team
answered on 26 Mar 2015, 03:44 PM
Hi Saydou,
Thank you for writing back.
If the preferred language is not specified, we use C#. If you are using Visual Basic you should specify that and we will use it. And indeed the Telerik Online Converter is a very good tool for this.
Do not hesitate to contact us if you have other questions.