Forum  General Visual ...  How do I...?  how to programmatically select tabPages
Previous Previous
 
Next Next
New Post 6/17/2012 9:00 PM
  winanjaya
305 posts
3rd Level Poster


how to programmatically select tabPages 
Modified By winanjaya  on 6/18/2012 12:36:41 AM)

 Dear All,

I am using VWG6.4d, how to programmatically select tabPages? ..I am trying codes below but it doesnot work:

workspaceTabs1.TabPages[1].Select(); 

or

workSpaceTabs1.SelectedTab = workspaceTab1;

could any body please help?

many thanks in advance

Regards

Winanjaya

 
New Post 6/19/2012 3:56 PM
  palli
14323 posts
1st Level Poster




Re: how to programmatically select tabPages 

 Hi Winanjaya,

I just tested to verify in 6.4.0 Release d on Chrome and IE9 and any of the following should work for you:

  • this.WorkspaceTabs1.SelectedTab = this.workspaceTab1;
  • this.workspaceTabs1.SelectedIndex = 1;
  • this.workspaceTabs1.SelectedTab = this.workspaceTabs1.TabPages[2];

If this still doesn't work for you, please email a sample application to support following the usual procedures.

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
Previous Previous
 
Next Next
  Forum  General Visual ...  How do I...?  how to programmatically select tabPages
.NET HTML5 Web, Cloud and Mobile application delivery | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2012 Visual WebGui®       Visual WebGui weblog on ASP.NET Gizmox Blog Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS