I am trying to add a page programatically and I am unable to see newly added page.
However, I have noticed the PageIndex is increasing.
The following is the code:
What I found is Page1 visible property is set to false.
Can anyone help me on this.
Thanks
Charan.
However, I have noticed the PageIndex is increasing.
The following is the code:
Telerik.WinControls.UI.RadPageViewPage page1= new Telerik.WinControls.UI.RadPageViewPage();
page1.Text = "Search";
RadPageView1.Pages.Add(page1);
What I found is Page1 visible property is set to false.
Can anyone help me on this.
Thanks
Charan.